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

feat: added support to Apple managed media source #327

Closed
wants to merge 2 commits into from

Conversation

lcsvcn
Copy link

@lcsvcn lcsvcn commented Apr 23, 2024

Sources:

https://bitmovin.com/managed-media-source
https://caniuse.com/?search=media%20source (partially supported, is supported fully only in ipadOS)

Proposal:

Since iOS doesn't support Media Source Extensions API (MSE), but supports Managed Media Source API (MMS). These changes are intended to make import { MediaSourceAppender } from "modelfusion-experimental/browser" to work even in iOS devices.

From the blog bitmovin:
"As the MMS supports all methods the “old” MSE does, this is all to get you started (...)”

There are some new events exclusive to MMS that accordingly to the post can unleash the full potential of Apple API, but I did not implement in this PR for the sake of simplicity, since the goal of this PR is to support iOS devices.

@lcsvcn lcsvcn changed the title fix: added support to Apple managed media source feat: added support to Apple managed media source Apr 23, 2024
@lcsvcn
Copy link
Author

lcsvcn commented May 17, 2024

new PR: #341

@lcsvcn lcsvcn closed this May 17, 2024
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

1 participant