Closed cpeterso closed 7 years ago
Many thanks for this!
Apologies for the crazy delay in responding — I've been snowed under with work this past year :/.
Looks like this is working now in Firefox :).
I'll close the issue, but reopen if you need to.
I reported this bug on Mozilla's Bugzilla but this appears to be a bug in the simpl.info/mse player, not Firefox:
https://bugzilla.mozilla.org/show_bug.cgi?id=1202580
STEPS TO REPRODUCE:
media.mediasource.webm.enabled
= truemedia.mediasource.format-reader.webm
= trueRESULT: In Firefox 42 (Aurora/Dev Edition), the video plays for two seconds then stops. In Firefox 43 (Nightly), the video plays for only one second.
The diagnosis was that this test does not wait for sourceBuffer
updateend
before callingsourceBuffer.appendBuffer
again. This also fails with mp4. Works ok ifreadChunk_(++i);
is called onupdateend
.