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):
Test JWP
jwplayer.key = ".................................................................";
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
});
I tried with my own Wowza server - no difference.
↧