hi im trying to configure jwplayer to use android hls i have premium edition, but my link doesnt work on me device 4.1.1 and 4.2.3 and 4.3.2 i dont know what else i can do:
<script src="http://p.jwpcdn.com/6/9/jwplayer.js"></script>
<script>jwplayer.key="mykeyhere"</script>
<div id="my-video"></div>
<script type="text/javascript">
jwplayer("my-video").setup({
file: "http://184.164.135.246:1935/videostreaming/videostreaming/playlist.m3u8",
width: "100%",
androidhls:true,
aspectratio: "16:9",
primary: "flash"
}
);
</script>
this is a working player http://www.streaming507.com/itelevision/1.html
that player is working good in nexus 5 with android L
thank you.