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 "Failed to execute 'appendBuffer'" exception #6

Merged
merged 1 commit into from
Aug 22, 2020
Merged

Fix "Failed to execute 'appendBuffer'" exception #6

merged 1 commit into from
Aug 22, 2020

Conversation

drauggres
Copy link
Contributor

Chrome throws DOMException (Failed to execute 'appendBuffer' on 'SourceBuffer': This SourceBuffer is still processing an 'appendBuffer' or 'remove' operation.) when we try to call appendBuffer while sourceBuffer.updating is true.

Somehow it can be true even when we are in the updateend handler.

@horiuchi
Copy link
Collaborator

@drauggres Thank you for your contribution!

@horiuchi
Copy link
Collaborator

Released by v0.1.2

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.

None yet

2 participants