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

Error loading player : no playable sources found


Hello ,
I'm new to JWPlayer and i'm testing the free version for now so I downloaded the self-hosted to test with HLS live stream from my Wowza streaming engine , but I keep getting the following error "Error loading player : no playable sources found" .

Is my configuration right ?

here is my index.html source code :

<!DOCTYPE html>
<html>
<head>
<script src="http://localhost/tv/jwplayer.js"></script>

</head>

<body>
<center>
<div id="myElement">Loading Your Player…

</div>
<script> jwplayer.key="oRkUTK8mPEq+EpYR6nVKwhZBvnfJxkDgAZRfqw==";
var playerInstance = jwplayer('myElement'); playerInstance.setup({ playlist:[{ file:"http://192.168.248.1:6001/ch1/stream_360p/playlist.m3u8", mediaid:"756643" }] }); </script>

</center>
</body>

</html>

1 Community Answers

Donni

JW Player Support Agent  
-1 rated :

Welcome to JW Player!

The free version of our player does not have HLS playback enabled. You would need to purchase a Premium Subscription or above to get that functionality. You can use the JW Player Stream Tester to test stream playback in the meantime. Also, your media ID is not valid – it needs to be generated by our platform. Read more about that here.

Finally, don’t publish your license key publicly.

This question has received the maximum number of answers.