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: do not use remove source buffer on ie 11 #904

Merged
merged 6 commits into from
Jul 14, 2020

Conversation

brandonocasey
Copy link
Contributor

Description

It seems like ie 11 likes to error when using removeSourceBuffer, let's just say that it isn't supported and not use it.

@brandonocasey brandonocasey added this to the 2.1 milestone Jul 13, 2020
Co-authored-by: Garrett Singer <[email protected]>
gesinger
gesinger previously approved these changes Jul 13, 2020
@brandonocasey brandonocasey force-pushed the fix/no-remove-source-buffer-ie11 branch from bb43f6b to ca59b3b Compare July 14, 2020 15:12
@@ -833,7 +807,8 @@ QUnit.module('SegmentLoader', function(hooks) {
done();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It won't let me write on the other line, but may be worth updating the test message above.

@brandonocasey brandonocasey merged commit 1ab0f07 into main Jul 14, 2020
@brandonocasey brandonocasey deleted the fix/no-remove-source-buffer-ie11 branch July 16, 2020 19:13
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.

3 participants