[Webkit-unassigned] [Bug 230858] REGRESSION (iOS 15): Performance issues and video element erroring when working with timeUpdate and playbackRate of video element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 18 08:34:12 PDT 2021


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

Jer Noble <jer.noble at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jer.noble at apple.com

--- Comment #3 from Jer Noble <jer.noble at apple.com> ---
Yes, it's being worked on. It looks like your test case is hitting a case where it repeatedly tries to seek to t=1.0. The seek completes, but the currentTime is (unexpectedly) < 1.0, so the code tries to seek again. Rinse, repeat.

(Detail: it looks like our AVPlayer periodicTimeObserver is being called with the wrong time after a seek. It's not clear yet whether a WebKit-level workaround exists.)

-- 
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/20211018/270800f8/attachment.htm>


More information about the webkit-unassigned mailing list