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 through Managed MSE #5271

Closed
niklaskorz opened this issue Jun 8, 2023 · 4 comments · Fixed by #5683
Closed

Support through Managed MSE #5271

niklaskorz opened this issue Jun 8, 2023 · 4 comments · Fixed by #5683
Labels
priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Milestone

Comments

@niklaskorz
Copy link
Contributor

Is your feature request related to a problem? Please describe.

shaka-player currently only works on iOS by making use of its native HLS support.

Describe the solution you'd like

With iOS 17, Safari will introduce support for "Managed MSE" on all platforms, including the previously unsupported iPhone. It appears to mostly be a drop-in replacement for MSE, except that data ranges inside a ManagedSourceBuffer may be removed by the browser, for example due to memory constraints or to increase battery life.

Resources:

Unfortunately, I have yet to find a formal specification for this "Managed MSE" API outside of the WWDC 2023 video.

@niklaskorz niklaskorz added the type: enhancement New feature or request label Jun 8, 2023
@avelad
Copy link
Collaborator

avelad commented Jun 8, 2023

See: w3c/media-source#320

@niklaskorz
Copy link
Contributor Author

niklaskorz commented Jun 8, 2023

Looking at video-dev/hls.js#5542 (a PR for hls.js that was directly implemented by Apple), the required amount of work seems to be manageable.

@github-actions github-actions bot added this to the Backlog milestone Jun 8, 2023
@avelad
Copy link
Collaborator

avelad commented Jun 8, 2023

@niklaskorz are you interested on send a PR for it?

@niklaskorz
Copy link
Contributor Author

@avelad I am! I'm on vacation soon (June 23rd to July 14th) but afterwards I'll gladly start working on this.

@avelad avelad changed the title iOS Support through Managed MSE Support through Managed MSE Jun 9, 2023
@avelad avelad added the priority: P3 Useful but not urgent label Sep 26, 2023
avelad added a commit that referenced this issue Oct 11, 2023
@avelad avelad modified the milestones: Backlog, v4.6 Oct 31, 2023
Robloche pushed a commit to Robloche/shaka-player that referenced this issue Nov 30, 2023
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Dec 10, 2023
@shaka-project shaka-project locked as resolved and limited conversation to collaborators Dec 10, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P3 Useful but not urgent status: archived Archived and locked; will not be updated type: enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants