[Webkit-unassigned] [Bug 157539] Media Source Extensions - SourceBuffer "mode" support

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 2 11:33:05 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=157539

--- Comment #1 from johnsfreemusic at gmail.com ---
Bumping to see if there's an update and also to note that my example is backwards:

 In sequence mode the data will "overlap" and the total amount buffered will be 4 minutes. The first 3 minutes will be the second song, the last minute will be the last minute of the first song.
- In segments mode the data will not overlap and the total amount buffered will be 7 minutes. The first 4 minutes are the first song, the last 3 minutes are the second song.


Should reverse sequence and segments mode:

 In *segments* mode the data will "overlap" and the total amount buffered will be 4 minutes. The first 3 minutes will be the second song, the last minute will be the last minute of the first song.
- In *sequence* mode the data will not overlap and the total amount buffered will be 7 minutes. The first 4 minutes are the first song, the last 3 minutes are the second song.

https://www.w3.org/TR/media-source/#idl-def-AppendMode

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160602/8d8dba33/attachment.html>


More information about the webkit-unassigned mailing list