[Webkit-unassigned] [Bug 217713] [GTK][WPE] currentTime reported as NaN shortly after seeking for MSE playback

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 3 08:35:44 PST 2020


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

--- Comment #8 from sycy700 at gmail.com ---
Thanks for the comment. As it was described previously, there is a short time window between appending a segment and until the processed segment data is visible in seekableRanges->ranges() in the function HTMLMediaElement::seekTask.

Segment processing is done in AppendPipeline, in a different thread than the one where seek is done in HTMLMediaElement.

It's possible to inject a seek request in that time window and then the issue can be reproduced.

-- 
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/20201103/158313c1/attachment.htm>


More information about the webkit-unassigned mailing list