
hls streaming fails
I'm trying to get the JW player to read the Mp3u manifest either on a local server or from online but every time it fails with the error: Playlist could not be loaded: No playable sources found
here is a test code where I tried to play the HLS sample on jwplayer website (http://support.jwplayer.com/customer/portal/articles/1430240-hls-adaptive-streaming)
<div id='player'>Loading the player</div>
<script type="text/javascript">
console.log('loading player');
jwplayer("player").setup({
androidhls: true,
image: "http://s1-www.ltvimg.com/cdn/farfuture/0FDzO4QxNC98hKeyR4XLKhRSNExkNoa5spWkLut481Q/mtime:1383252338/sites/default/files/jw-poster-adp.png",
file: "http://playertest.longtailvideo.com/adaptive/bbbfull/bbbfull.m3u8",
primary: 'flash'
});
</script>
Would appreciate any help