cloudinary-video-player
cloudinary-video-player copied to clipboard
some m3u8 links doesnt work
most of m3u8 streams work on cloudinary player but there m3u8 links doesnt work that works on other players like jwplayer, videojs. it says "Network request failed". sometimes works sometimes not?
Hi @Laurentje,
Could you please provide some examples that work and others that don't work with our players and do work with other players?
Thanks, Wissam
Hi @Laurentje,
Could you please provide some examples that work and others that don't work with our players and do work with other players?
Thanks, Wissam
m3u8 this link works with jwplayer, clappr but not work on cloudinary.
Hi @Laurentje, It seems it works when the cache is disabled (Inspect > Network Tab), you can try it out here: https://jsfiddle.net/Vdeub/3njmh609/5/.
When it is not working, we do get a CORS issue. Would you mind making sure that those 2 headers are added:
Cache-Control no-cache;
'Access-Control-Allow-Origin' '*';
Thanks, Loic