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

About HLS


I try to use the HLS demo before making a premium payment.
But using demo does not work.
Is there a way to use the demo before purchasing?
This is for testing
Do I have to buy a premium?

4 Community Answers

Jessenia

JW Player Support Agent  
0 rated :

Please provide more details on what ins’t working. The JW Player Stream Tester supports testing & debugging secure HTTPS streams with JW Player. There is no obligation to subscribe to the annual Premium license to test your streams in our player.
HTTP streams may cause the Stream Tester to fail. To test an insecure HTTP stream, please use our deprecated stream tester.

j...

User  
0 rated :

Below is my sample source code
Errors after execution : Error loading player: No playable source found
This is the code for testing
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓

<!DOCTYPE html>
<html lang="en">
<head>
<script src="http://localhost/jwplayer-7.7.4/jwplayer.js"></script>
<script>jwplayer.key="mykey"</script>
</head>
<body>


<div id='jw'></div>


</body>
</html>

<script type='text/javascript'>
jwplayer('jw').setup({
/*file: 'https://mypath/playlist/video31/video31_3q.m3u8',*/
file: 'https://mypath/playlist/video31/video31_3q.m3u8',
image: '',
width: '60%',
aspectratio: '16:9',

plugins: {
'http://localhost/jwplayer-7.7.4/vr.js': {}
},

modes: [
{ type: "html5" },
{ type: "flash", src: "http://localhost/jwplayer-7.7.4/jwplayer.flash.swf" },
{ type: "download" }
]


});
</script>

j...

User  
0 rated :

I currently have a free license.

Jessenia

JW Player Support Agent  
0 rated :

The Free version of the player license does not support HLS.
You must test your streams with our player using our Demo Stream Tester. I tested your stream in our stream tester and I got a Crossdomain error in the player. You may find our Crossdomain File Loading article helpful.

I see that you are also using our VR/360 video plugin. Our Stream Tester does not have the VR plugin enabled but it will still play any valid stream entered in the equirectangular layout.

This question has received the maximum number of answers.