Skip to content
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

Do not load hls.js on iOS #293

Merged
merged 2 commits into from
Dec 20, 2017
Merged

Do not load hls.js on iOS #293

merged 2 commits into from
Dec 20, 2017

Conversation

cl-ansy
Copy link
Contributor

@cl-ansy cl-ansy commented Dec 18, 2017

Safari mobile does not support media source extensions and thus will not work with hls.js. Use native HLS video support on iOS instead.

https://caniuse.com/#feat=mediasource

@cookpete cookpete merged commit e257c3f into cookpete:master Dec 20, 2017
@cookpete
Copy link
Owner

Nice one. I was considering pulling the isSupported util from the hls.js library but this is probably cleaner and solves most use cases 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants