[Webkit-unassigned] [Bug 164017] New: Changes to video size during seek HLS content cause video to remain in seeking state
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Oct 26 08:41:52 PDT 2016
https://bugs.webkit.org/show_bug.cgi?id=164017
Bug ID: 164017
Summary: Changes to video size during seek HLS content cause
video to remain in seeking state
Classification: Unclassified
Product: WebKit
Version: Safari 10
Hardware: Macintosh
OS: OS X 10.11
Status: NEW
Severity: Normal
Priority: P2
Component: Media Elements
Assignee: webkit-unassigned at lists.webkit.org
Reporter: boushley at gmail.com
Tested in the stable release of Safari 10.0 as well as in the nightly version r207871
1) Begin playback of HLS content in a video tag
2) Perform a seek operation on the video element (set the currentTime property)
3) Add a class that causes the size of the video element to be changed
Expected Result:
Video finishes seeking and plays back at the new size. Firing `seeked` event and leaving the `seeking` state.
Actual Result:
Video finishes seeking and plays back at the new size. However the `seeked` event never fires and the video remains in the `seeking` state.
You can see an example of this happening at the following jsfiddle:
https://jsfiddle.net/boushley/p11mpb6q/
You can see an example of side by side videos one that has the problem and one that doesn't at this jsfiddle:
https://jsfiddle.net/boushley/p11mpb6q/4/
--
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/20161026/fec6731f/attachment.html>
More information about the webkit-unassigned
mailing list