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

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

Paul Cotton <pcotton@microsoft.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pcotton@microsoft.com

--- Comment #3 from Paul Cotton <pcotton@microsoft.com> ---
(In reply to Aaron Colwell from comment #2)
> 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.

https://github.com/whatwg/streams/issues/253 is now marked as closed.

Do we know when ReadableByteStream will move in the main Streams spec?

/paulc

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

Received on Friday, 10 April 2015 21:39:05 UTC