[Bug 10711] <video>: Playlists

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

--- Comment #6 from Silvia Pfeiffer <silviapfeiffer1@gmail.com> ---
<track> is already used for other things.

I've been wondering how to best do playlists in HTML5. It's actually less about
supporting a specific playlist file format, but more about how to queue up the
next audio/video file for an <audio> or <video> element such that there is
gapless playback. This includes pre-buffering the next file and being able to
do cross-fades.

So, maybe what we need is a JS object "Playlist" that maintains a queue of
audio or video files that will be played back in an existing audio or video
element, a way to reorder them, a way to transition between them.

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

Received on Saturday, 23 March 2013 08:45:16 UTC