Closed
Description
When seeking backward/jumping back in a live stream by setting video.currentTime
, the seekrangechanged
event fires as expected, with the start
and end
properties moving along correctly. After the seekrangechange
event has triggered a couple of times, the end
property is equal to the video element's currentTime
.
This only happens in Chrome 45 on Windows 10, in Chrome 45 on OS X it works as exptected.