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 :
- How do you check if it is a object in JavaScript?
- Does JavaScript support optional chaining?
- Should I disable JavaScript on Safari?
- How do I put JavaScript in HTML?
- Are Java and JavaScript are same?
- How do you use Math random and Math floor in JavaScript?
- How can I extract a number from a string in JavaScript?
- How do you get the current URL with JavaScript?
- What does parseFloat mean in JavaScript?
- Is JavaScript by reference or by value?