
Can't play stream on android
Hey there, i've added on my wordpress site the following code to try a live streaming radio
<div id="myElement">Loading the player ...</div>
<script type="text/javascript">
jwplayer("myElement").setup({
file: "http://hls1.addictradio.net/addictrock_hls/playlist.m3u8", width:'100%', aspectratio: '16:9', androidhls:true
});
</script>
</div>
On desktop works fine, on Iphone too, but on Android i get the "Error loading media: File could not be played".
Please i need some help because i couldn't fix this based on information found on the net.
Thank you.