I am using JWPlayer on multiple sites, and one of the sites its acting really weird.
For whatever reason, when using HLS on this site, it returns Error loading player: No playable sources found. Whats weird is that it doesnt even try to make any requests. When viewing the Network debugger, no request is ever sent. Any idea what could cause an issue like this? Another library getting in the way, something killing the request... i am at a loss.
jwplayer("t123").setup(
{
"playlist": [
{
"sources": [
{
"default": false,
"file": "https://wowza.jwplayer.com/live/jelly.stream/playlist.m3u8",
"label": "0",
"type": "hls",
"preload": "none"
}
]
}
],
"primary": "flash",
"hlshtml": false
}
);
↧