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

Fix compatibility of ManagedMediaSource implementation with Edge 18 #6246

Merged
merged 1 commit into from
Feb 27, 2024

Conversation

robwalch
Copy link
Collaborator

@robwalch robwalch commented Feb 26, 2024

This PR will...

Fix compatibility of ManagedMediaSource implementation with Edge 18. Gate all ManagedMediaSource logic, including appending child source element by the presence of the ManagedMediaSource API.

Why is this Pull Request needed?

SourceBuffers get stuck in "updating" state assigning MediaSource to a child source element of HTMLMediaElement in Edge 18.

Are there any points in the code the reviewer needs to double check?

Resolves issues:

Fixes #6243

Checklist

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • API or design changes are documented in API.md

@robwalch robwalch added this to the 1.5.7 milestone Feb 26, 2024
@robwalch robwalch merged commit cc346f7 into patch/v1.5.x Feb 27, 2024
13 of 14 checks passed
@robwalch robwalch deleted the bugfix/mms-edge-18 branch February 27, 2024 00:52
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