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

JW Player not loading m3u8


Hi,

I am trying to embed m3u8 which needs to be working with all the devices including mobile as well. Below is my code which is very simple, I have removed all the complexities of playlist etc. so that I can make it work for the fist time.

bc.. <div id="myElement11"></div>
<script src="http://jwpsrv.com/library/KEY.js"></script>
<script type="text/javascript">
jwplayer("myElement11").setup({
file: "http://somelink.com/file.m3u8",
image: "",
width: "720",
height: "405",
autostart: "true"
});
</script>



The player loads, it works fine only on iOS, which it should be but not on any other devices. I need to make it work on all the devices and browsers. Any help is highly appreciated.

Thanks,

2 Community Answers

JW Player

User  
0 rated :

HLS will work only if your using premium player on desktop.

HLS wont work on android.

Ethan Feldman

JW Player Support Agent  
0 rated :

HLS is for premium+ only.

Android support is a whole other story – http://www.jwplayer.com/blog/the-pain-of-live-streaming-on-android/

This question has received the maximum number of answers.