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

Add Support to iOS 12 in MediaCapabilities polyfill #3573

Merged

Conversation

avelad
Copy link
Collaborator

@avelad avelad commented Aug 11, 2021

Maybe related to: #3530

Note: In iOS, since there is no support for MediaSource, if the type is 'media-source' it always returns false, but if the type is 'file' it is checked whether it is supported or not.

MediaCapabilities support: https://caniuse.com/mdn-api_mediacapabilities

@avelad
Copy link
Collaborator Author

avelad commented Aug 16, 2021

@michellezhuogg can you review it?

@shaka-bot
Copy link
Collaborator

All tests passed!

@michellezhuogg michellezhuogg merged commit ef506ac into shaka-project:master Aug 16, 2021
@avelad avelad deleted the ios-mediacapabilities-polyfill branch August 17, 2021 05:29
joeyparrish pushed a commit that referenced this pull request Oct 12, 2021
In iOS, there is no support for MediaSource, and we should have  'file' as the type of the MediaiDecodingConfig, to check whether the content is supported or not. We should only require MediaSource support in the polyfill when the type of MediaiDecodingConfig is 'media-source'. 
Issue: #3530 .
joeyparrish pushed a commit that referenced this pull request Oct 12, 2021
In iOS, there is no support for MediaSource, and we should have  'file' as the type of the MediaiDecodingConfig, to check whether the content is supported or not. We should only require MediaSource support in the polyfill when the type of MediaiDecodingConfig is 'media-source'. 
Issue: #3530 .
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 25, 2023
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants