-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Videojs player stopped working for few proxies after ipad os update from 16 to 18. #8975
Comments
👋 Thanks for opening your first issue here! 👋 If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. |
I am using videojs version 8.17.4,
and this is how i initialise player ` private async initializePlayer(overrideNative: boolean): Promise {
After this warning from ipad (os 18) |
I am using videojs player to play my hls m3u8 proxies, and there was no issue with ipad os 16, after i upgraded it to 18, i started getting this warning -> [Warning] VIDEOJS: – "WARN:" "Problem encountered with playlist 0-https://coludfront.m3u8/. Trying again since it is the only playlist."
After this warning logs, the player just freeze's and even the source is not loaded into player. This issue doesn't exist in mac safari and iphone safari with latest os.
The text was updated successfully, but these errors were encountered: