javascript - Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error

javascript – Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error

javascript – Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error

I had the same error. It was caused by wrong file extension.nThis was my code:

n

var playerInstance = jwplayer(test-jwplayer-adaptive);n    playerInstance.setup({n        type: hls,n        file: http://example.com/adaptive-1.mp4, //A link to the HLS manifestn        mediaid: xxxxYYYY // MediaID generated by our platform in order to take advantage of our analyticsn    });n

n

The fix was changing .mp4 to .m3u8 file format.

javascript – Cannot Load m3u8: no EXTm3u delimiter JWPlayer Error

Related posts on java script  :

Leave a Reply

Your email address will not be published.