[Webkit-unassigned] [Bug 156316] Safari 9 refuses to jump small gaps in video buffer
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Mar 6 09:00:48 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=156316
John Plaisted <johnplaisted at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |johnplaisted at google.com
--- Comment #5 from John Plaisted <johnplaisted at google.com> ---
I'd like to add here that when you encounter this issue that you apparently cannot set currentTime = buffered.start(0) to resolve it. You must set currentTime = buffered.start(0) + [some small number like 0.1]. In the first example 0.1 > 0.083, so it resumes. Though the amount you need to add isn't consistent.
I would think that buffered.start gives an inclusive time, no? And that the work around for this issue *should* be currentTime = buffered.start(0).
Maybe this deserves its own bug, not sure.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170306/56773422/attachment.html>
More information about the webkit-unassigned
mailing list