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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 2 12:17:24 PDT 2020


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

--- Comment #7 from Jer Noble <jer.noble at apple.com> ---
To expand on this last comment, the decoder will pre-decode more than just the first frame in the queue. By seeking to every subsequent frame, you're effectively making the decoder work 2x to 10x more by making it flush all it's previously decoded but not yet displayed frames.

So yeah, if you seek at 60fps, you'll only keep up if you have a super powerful machine, because you're effectively playing the equivalent of ~6 videos simultaneously.

-- 
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/b0456c00/attachment.htm>


More information about the webkit-unassigned mailing list