Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Need Urgent Help Please


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

<div id="my-video"></div>
<script type="text/javascript">
jwplayer("my-video").setup({
file: "http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.m3u8",
width: "580",
height: "370",
hlshtml: true
});
</script>
Thank you...

1 Community Answers

Randy

JW Player Support Agent  
0 rated :

Hello,

Certain browsers support the native playnback of HLS streams such as Safari and Edge while others require some interpreter to play the medium such as JW Player. Also a good starting point might be to run the stream through an application such as mediastreamvalidator which is an Apple based tool tht highlights areas that need to be fixed in order for your stream to function as expected. From a general stand point the software did highlight the need to correct your mimetype as well as potentially review the M3U8 manifest.

Error: Illegal MIME type
—> Detail: MIME type: (null)
—> Source: http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.m3u8

Error: Missing #EXTM3U
—> Detail: Line:
—> Source: http://dmtn-iptv.com:8080/live/ZMRZcqKLqg/2zRU00Y0Ti/1809.m3u8

Randy

This question has received the maximum number of answers.