xevojapan / h264-converter

MIT License
59 stars 14 forks source link

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

Closed drauggres closed 4 years ago

drauggres commented 4 years ago

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 commented 4 years ago

@drauggres Thank you for your contribution!

horiuchi commented 4 years ago

Released by v0.1.2