[Webkit-unassigned] [Bug 236604] Unable to reliably grab video frame from Blob immediately after loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 29 16:49:10 PDT 2022


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

--- Comment #2 from Jer Noble <jer.noble at apple.com> ---
The most reliable way of achieving your goal is to use the new requestVideoFrameCallback() API. Installing this callback before loading the video will result in your callback being called once a video frame is available.  This guarantees you can paint as early as possible, without having to wait for a particular event to fire.

-- 
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/20220329/2b7dd213/attachment.htm>


More information about the webkit-unassigned mailing list