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

JWP under Desktop Chrome&Firefox without Flash support


Hello!
JWP does not work under Firefox and Chrome under Windows 10 (Flash is not installed).
When I use a test (https://developer.jwplayer.com/tools/stream-tester/) - everything works.
When I try to use a self-hosted player with the same settings - Firefox/Chrome support does not work (Edge works as it natively supports HLS streaming).

Does this mean that I need another (non-free) license?

Code which I use (setup section was copied from stream-tester):

<!DOCTYPE html>
<html>
<head>
<title>Test JWP</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="/jwplayer-7.8.7/jwplayer.js"></script>
<script type="text/javascript">
jwplayer.key = ".................................................................";
</script>
</head>
<body>
<div id="myElement"></div>
<script type="text/javaScript">
var playerInstance = jwplayer("myElement");
playerInstance.setup({
"playlist": [
{
"sources": [
{
"default": false,
"file": "https://wowza.jwplayer.com/live/jelly.stream/playlist.m3u8",
"label": "0",
"type": "hls",
"preload": "none"
}
]
}
],
"primary": "html5",
"hlshtml": true
});
</script>
</body>
</html>

I tried with my own Wowza server - no difference.

2 Community Answers

Jessenia

Best Answer  JW Player Support Agent  

At minimum a Premium license subscription is required to use HLS streaming in the player. You can view all of the features included in each license on our pricing page. The player on our JW Player Stream Tester tool uses an Enterprise license to allow users to test their streams with all the features of a fully functional player.

View in conversation

Jessenia

Best Answer  JW Player Support Agent  
1 rated :

At minimum a Premium license subscription is required to use HLS streaming in the player. You can view all of the features included in each license on our pricing page. The player on our JW Player Stream Tester tool uses an Enterprise license to allow users to test their streams with all the features of a fully functional player.

Dmitry

User  
0 rated :

Thank you for the answer.

This question has received the maximum number of answers.