[Webkit-unassigned] [Bug 200949] Media Source Extensions performance during seek

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 13:06:19 PDT 2020


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

--- Comment #11 from Jer Noble <jer.noble at apple.com> ---
Heck, you could just append the same stream twice, once forward from time [0, d), and the other remuxed in reverse from [d, 2d) (where d is the original stream duration). Then when the user changed directions, you'd just seek to the appropriate place in the opposite half of the bufferedRange and play back forwards. That means that you could remux on the server, rather that in JS on the client.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200502/5ba879a3/attachment.htm>


More information about the webkit-unassigned mailing list