video嵌入mp4放在阿里云oss上在ie播放不了 但改为本地路径地址可以播放

mp4文件已使用 H264 视频编解码器和AAC音频编解码器,
ie浏览器上阿里云地址都播放不了

<video loop="loop"  controls="controls" autoplay="autoplay"  >
不可以播放:
<source src="http://1jbest-qatest.oss-cn-shanghai.aliyuncs.com/static/saas-pc/ver.1.0/img/bc18junefive/index.mp4" type="video/mp4"  />
本地地址可以播放:
<source th:src="@{/ver.1.0/img/bc18junefive/index.mp4}" type="video/mp4"/>
</video>
阅读 6.2k
1 个回答

https://caniuse.com/#feat=mpeg4

In Windows 7, the maximum supported resolution is 1920 × 1088 pixels for both software and DXVA decoding. MSDN).

在win7下,最大分辨率支持到1920x1088

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题