鍍金池/ 問答/影視  HTML/ video嵌入mp4放在阿里云oss上在ie播放不了 但改為本地路徑地址可以播

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>
回答
編輯回答
選擇

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

2017年12月9日 15:58