I am working with live stream for that JWplaye loading m3u8 and ts file. But after playing video for some time it's just loading m3u8 file with statuscode 200. it's not loading ts file.
I checked jwplayer state it's showing 'playing'. I checked with onError and onBuffer event but it's not going in those condition.
I expect it should load ts file or show some error
My code:
jwplayer("playback").setup({
playlist: [{
'sources': [{
'file': "myPlaylist.m3u8"
}]
}]
});
You can't load a .ts URL directly in JW Player. You would need to load the .m3u8 manifest instead or MP4 URL over HTTP protocol.
Reference:
https://jwplayer-support-archive.netlify.com/questions/16327329--ts-file-not-loading