Skip to content

Conversation

@lcsvcn
Copy link

@lcsvcn lcsvcn commented May 17, 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.

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.

1 participant