You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As detailed here, iOS Safari 17, which was released with the new iOS 17, now has support for an MSE compatible API called ManagedMediaSource. That article I linked to details that it is backwards compatible with the MediaSource API, but also has some additional new features.
It appears the feature may still be behind a feature flag in Safari (see screen below), but I would love to see us get support for it.
According to the article above, it should be a minimal code change, and I may even be able to submit a PR myself, I will just have to come up to speed on how to setup the dev and test environments for this repo.
The text was updated successfully, but these errors were encountered:
As detailed here, iOS Safari 17, which was released with the new iOS 17, now has support for an MSE compatible API called
ManagedMediaSource
. That article I linked to details that it is backwards compatible with the MediaSource API, but also has some additional new features.It appears the feature may still be behind a feature flag in Safari (see screen below), but I would love to see us get support for it.
According to the article above, it should be a minimal code change, and I may even be able to submit a PR myself, I will just have to come up to speed on how to setup the dev and test environments for this repo.
The text was updated successfully, but these errors were encountered: