问题描述
我有html5视频标签。在Chrome浏览器上一切都很好,在Firefox上风景视频的定位是错误的... ...
甚至尝试过使用video.js,没有改变。 >
我读到这是一个问题,因为这些视频源自于iOS。
我怎样才能克服这个问题。真的没有解决办法?2.(出于好奇) - chrome是如何克服这个的?
一个URL的例子(向下滚动一下看章节垂直视频):
I have html5 video tags of videos.On chrome all is good, on firefox the orientation of landscape videos is wrong...
Even tried using video.js, no change.
I read that this is a problem because the videos originated in iOS.
so 2 questions:1. How can I still overcome this issue. Really there is no solution?2. (out of curiosity) - how does chrome manage to overcome this?
Example of a URL (scroll down a bit in the chapters to see a vertical video):
http://www.letsfeedme.com/moments/55802f142f2dad3c008b4575-Balsamic-Vinegar-%22Caviar%22
Since the problem is with some iOS specific encoding options, which many NOT-Apple Players can't read, the easiest solution I can think of is to trancode and rotate the video.
Which was already discussed in oh so many posts on the web and here at SO... e.g.:
Video orientation using video.js
HTML5 mp4 video with firefox resizing video
Chrome HTML5 Video Flipping Portrait Sideways
http://help.videojs.com/discussions/problems/1508-video-orientation-for-iphone-wrong
这篇关于FireFox上的视频方向不正确的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!