[Webkit-unassigned] [Bug 184094] Video does not leave seeking state after seeking to duration

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 2 11:08:32 PDT 2018


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

--- Comment #2 from Jer Noble <jer.noble at apple.com> ---
The basic problem is that the "buffered time" ranges are [inclusive,exclusive). So while the buffered range is [0,60.0), a seek to 60.0 will fail because it is technically outside the buffered range.

The last sample (in both PTS and DTS order) has a display time of 767488/12800 (or 59.96) and a duration of 512/12800 (or 0.04). So a seek to 60.0 is to a time where there is no displayable sample.

That said, the stream is marked as "ended", and perhaps the last sample should be considered to have an infinite duration for the purposes of being "displayable".

-- 
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/20180402/5f5f582a/attachment-0002.html>


More information about the webkit-unassigned mailing list