Closed mrosellini closed 6 years ago
我也遇到了这个问题,m3u8格式的视频在WIN7的IE11上无法播放,在win10的IE11上可以播放,项目急着上线,有没有什么解决办法
There is a lot going on in your web page and it will be difficult to debug your issue. Could you include a reduced test case, we have a starter template on JSBin.
Description
We're seeing an intermittent issue reported by users where video playback fails. In digging into QoS logs it appears like the logic in the HLS lib that decides when to use HLS vs. an mp4 will select and try to deliver HLS to an incompatible browser like IE11 on Windows7. Or vice versa select the mp4 instead of HLS for a user on Chrome.
Sources
This video specifically errors out on IE11, Windows 7: http://www.wyff4.com/article/video-kayakers-take-on-downtown-greenville-falls-2/6818390
Steps to reproduce
Results
Expected
The video should work since a valid mp4 is available.
Error output
See screen shot
Additional Information
videojs-contrib-hls version
videojs-contrib-hls 5.14.1
videojs version
video.js 6.8.0
Browsers
Issue appears most often in IE11 *
Platforms
Windows 7*