-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Question: Does iOS 10 support MediaSource yet? #414
Comments
I had a colleague try our support test page on iOS 10 preview, and it appears that it still does not have MSE support. We'll keep our fingers crossed for iOS 11. :-) |
Asked a developer at WWDC. Doesn't seem like it's in the top of their priorities. |
Tested as at Feb 7th 2017. IOS still can't use Shaka (Tried Safari and Chrome on iPad). |
One question though, how does dashjs play on ios? |
@Portmansa, does dashjs indeed play on iOS? I haven't been able to make their demo page work on iOS at all. caniuse.com reports that MediaSource is still not available on iOS 10.3: http://caniuse.com/#feat=mediasource Just searching quickly through dashjs source, I see that MediaPlayer's initialize() method fails if So it would seem that the only way iOS could be supported in dashjs directly is if |
@joeyparrish Yeah, I got it working on iOS with HLS. Live streaming was working too |
iOS has a native HLS implementation. Essentially, when you use HLS with dashjs, you aren't using dashjs for playback at all. |
@joeyparrish BTW, can shaka player play HLS on iOS? |
Shaka Player only uses MediaSource. If you want to bypass MediaSource, then you don't need Shaka Player. Just do something like |
Do we have any idea when Apple plans to support MSE API? |
Sorry, we don't know anything. Any authoritative answers about about future MSE support on iOS would have to come from Apple. However, we will support a fallback to iOS's native HLS support in #997. |
Oh, and here are links to Apple's bug trackers if you are interested in talking to them: Apple Bug Reporter: https://developer.apple.com/bug-reporting/ |
Hi,
Have anyone tried the iOS 10 Preview, and tested if it supports MediaSource yet?
Thanks :)
The text was updated successfully, but these errors were encountered: