[Bug 7253] <video>: Provide a way to let the browser know what's coming next, for gapless playback

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

--- Comment #7 from Philip Jägenstedt <philipj@opera.com> ---
This would require coordinating the backends of two media elements, which is a
bit like MediaController. No one has put in the engineering effort to implement
MediaController correctly yet, so I'm a bit skeptical of this.

Note that if the containers and codecs of two audio files are the same, you
should be able to use Media Source Extensions to play them gaplessly. It should
also be possible using the Web Audio API, although possibly only if both files
are fully loaded and decoded in advance. Splitting into chunks would help, and
make it kind of like the MSE case.

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

Received on Wednesday, 8 October 2014 12:06:06 UTC