balvinderz/video_player_web_hls

MEDIA_ERR_SRC_NOT_SUPPORTED

wilssola opened this issue · 9 comments

Hello, even with the plugin I keep getting this error what can I do to fix it?

Uncaught (in promise) Error: PlatformException (MEDIA_ERR_SRC_NOT_SUPPORTED, No further diagnostic information can be determined or provided., The video has been found to be unsuitable (missing or in a format not supported by your browser).)

Thank you very much in advance!

did you add the script tag of hls.js ?

<script src="https://cdn.jsdelivr.net/npm/hls.js@latest" type="application/javascript"></script>

Yes, I added it

Can you send me link that you are trying to play

try now . i updated the package. if you run this link on localhost , you will get cors error so disable that before trying.

Thank you very much for making.
I updated 0.1.3.
I can play this link.
https://devstreaming-cdn.apple.com/videos/streaming/examples/img_bipbop_adv_example_ts/master.m3u8
But I can't play this link.
https://storage.googleapis.com/gameclip-prod/videos/1202523991404998656/1202523991404998656.m3u8
Do you know why ?

Because of CORS .

Thank you.