-
Notifications
You must be signed in to change notification settings - Fork 795
Windows 10 IE not Edge not woking #1011
Comments
Can you please fill out the issue template? Specifically, the sections around which versions of contrib-hls, video.js, and browser and OS. |
This may be related to this known issue https://github.com/videojs/videojs-contrib-hls#ie11 |
Windows 7 + IE 11 doesn't work either. Test using http://videojs.github.io/videojs-contrib-hls/ Console errors:
(the debugger breaks at https://unpkg.com/videojs-contrib-hls/dist/videojs-contrib-hls.js Line 9398)
|
@alibrightman , that looks like it is due to https://github.com/videojs/videojs-contrib-hls#ie11 |
i dont have any error in ie 11 or below, but my videos wont play, maybe i have to use different coding for ts files or some thing else. What should we do for this problem ? |
@gesinger I think we should update the known issue note with something like if ((/Trident\/7.0/i).test(USER_AGENT) && (/rv:11.0/).test(USER_AGENT))
videojs.options.hls.mode = 'flash'; |
@forbesjo I think we should raise an issue with |
|
Description
win10 IE video.js play m3u8 not woking , but chrome edge fine.
Sources
<video id='myvideo' controls preload='auto' class='video-js vjs-default-skin vjs-16-9 vjs-big-play-centered' >
<source src='http://vod.streamingfast.net/hls-vod/dvr/ch1.20170215_0200.m3u8' type='application/x-mpegURL'></video>
videojs-contrib-hls version
v5.2.1
videojs version
5.17.0
Browsers
Win10
IE not working
Edge working
Chrome working
Platforms
Win10
Other Plugins
none.
Other JavaScript
Jquery
The text was updated successfully, but these errors were encountered: