[Bug 27239] Update SourceBuffer.appendStream() and related algorithms to use ReadableByteStream.

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27239

Aaron Colwell <acolwell@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Assignee|acolwell@google.com         |wolenetz@google.com

--- Comment #2 from Aaron Colwell <acolwell@google.com> ---
The current status of this bug is that we are waiting for the dust to settle
from https://github.com/whatwg/streams/issues/253 and for the
ReadableByteStream stuff to move from
https://github.com/whatwg/streams/blob/master/BinaryExtension.md into the main
Streams spec so that it can be linked to from MSE. I reached out to Domenic and
Takeshi about a week or 2 ago and it sounded like they expected this to be done
in the next few weeks.

Once the Streams API work is done, then the MSE spec needs to be reworked to
use the current incarnation of the API. The MSE spec also needs to make sure it
uses whatever Streams mechanisms are available to guarantee that it becomes the
exclusive reader of the stream. We definitely want appendStream() operations to
block JS read access while the append is occuring to avoid non-deterministic
behavior.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 3 April 2015 16:27:44 UTC