
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,