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

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

2 Community Answers

mark

User  
0 rated :

you need a Premium license or above to play HLS

Cooper Reid

JW Player Support Agent  
0 rated :

Correct, a Premium license or above is required to playback HLS:
http://www.jwplayer.com/pricing/
-Cooper

This question has received the maximum number of answers.