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

JWPlayer 6 - HLS - No playable sources found.


Hello,

I am having some trouble getting HLS to work in both live and on demand. When I attempt to use JWPlayer using the following code:


<div id="test"></div>
<script>
jwplayer("test").setup({
playlist: [{
image: "/images/myPoster.jpg",
sources: [{
file: "http://192.168.1.109:81/hls-vod/Sequence 01.mp4.m3u8"
},{
file: "http://192.168.1.109:81/hls-vod/Sequence 01.mp4.m3u8"
}]
}],
primary: "html5"
});
</script>

JWPlayer returns the following error:

Playlist could not be loaded:
No playable sources found.

However I have also read that in order to use HLS I need the premium package. Is this true? Is there any way around this if so?

Also is it possible to use these features on the JWPlayer plugin for WordPress?


Regards
James

1 Community Answers

Ethan Feldman

JW Player Support Agent  
-1 rated :

This is because you need premium for hls on the desktop.

This question has received the maximum number of answers.