Internet Explorer运行文件.mp4视频不正确

时间:2018-01-04 19:52:07

标签: html5 internet-explorer video codec windows-media-player

我有一个录制在手机上的视频,格式为MP4,并且在纵向屏幕方向。然后我把它放在这个标签中:

<video>
 <source src="http://myserver/myvideo.mp4" type="video/mp4;">
</video>

我也试过了:

<video>
  <source src="http://myserver/myvideo.mp4" type="video/mp4;codecs=avc1.42E01E,mp4a.40.2">
</video>

在Chrome和Firefox上,两者都运行良好。

操作系统:Windows 7

问题:在Internet Explorer(9,10,11和Edge)上,即使视频的方向是纵向,我也只能在横向上看到它。 (旋转90度)

我已经安装了 Windows Media Player Classic K-Lite Codec Pack ,之后,我只能在<正确方向上看到视频b> Windows Media Player Classic 。

我的意思是,到目前为止,我无法在Internet Explorer和Windows Media Player上正确地看到视频。

起初,我认为问题可能与标记<video>无关,而这些标记在Internet Explorer上无法正常运行。但现在我几乎可以肯定这个问题与某些编解码器有关,或者与Windows相关的一些更新有所缺失,但是我搜索了很多,而且我找不到任何可以帮助我的东西。

0 个答案:

没有答案