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

Support for new iOS Safari 17 ManagedMediaSource for MSE support #573

Closed
duro opened this issue Sep 25, 2023 · 4 comments
Closed

Support for new iOS Safari 17 ManagedMediaSource for MSE support #573

duro opened this issue Sep 25, 2023 · 4 comments
Labels
enhancement New feature or request

Comments

@duro
Copy link

duro commented Sep 25, 2023

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.

@duro
Copy link
Author

duro commented Sep 25, 2023

Untitled.mov

@AlexxIT AlexxIT added the enhancement New feature or request label Sep 26, 2023
@AlexxIT
Copy link
Owner

AlexxIT commented Sep 26, 2023

Added to latest master version
AlexxIT/go2rtc@037970a

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 13, 2023

Looks like this is not supported before iOS 17.1
w3c/media-source#320 (comment)

@AlexxIT
Copy link
Owner

AlexxIT commented Oct 27, 2023

@AlexxIT AlexxIT closed this as completed Oct 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants