[Bug 18615] Define how SourceBuffer.buffered maps to HTMLMediaElement.buffered

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

Adrian Bateman [MSFT] <adrianba@microsoft.com> changed:

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

--- Comment #7 from Adrian Bateman [MSFT] <adrianba@microsoft.com> ---
Our proposal is as follows:

* The HTMLMediaElement.buffered range is the union of the time ranges of all
the active audio and video ranges in the activeSourceBuffers collection.

* If there is video content but not audio then fill with silence.

* If there is audio content but not video content then fill with the final
frame of video before the gap and play the audio.

* If there is no content for a range then stall the playback waiting for the
application to fill it.

* We don't think this should change based on endOfStream.

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

Received on Tuesday, 29 January 2013 03:55:03 UTC