Hi
I got a link which is m3u format with .ts extension. that is http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.ts and it is not playing on jw-player. but when i just change the extension .ts to .m3u8 that is http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.m3u8 it is also not playing using http://demo.jwplayer.com/stream-tester/. but when i check the Attempt to render in HTML5 and try to load surprisingly it is playing but the problem is that it is playing only on google chrome but others browsers like mozila/internet explorer it's unable to play. so please help me how to play on the others browser with the above link....
Code for playing link is
jwplayer("my-video").setup({
file: "http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.m3u8",
width: "580",
height: "370",
hlshtml: true
});
Thank you...
↧