[media-source] HTMLVideoElement.currentTime does not reflect actual time video has played at Firefox 57 (trunk)

guest271314 has just created a new issue for https://github.com/w3c/media-source:

== HTMLVideoElement.currentTime does not reflect actual time video has played at Firefox 57 (trunk) ==
With `SourceBuffer.mode` set to `"sequence"` and following over ten seconds of video playback at `<video>` element and calling `.endOfStream()`, `HTMLVideoElement.currentTime` is four seconds, not expected ten seconds. `timeupdate` event is not dispatched though media is still playing.

To reproduce https://github.com/guest271314/recordMediaFragments/blob/master/demos/recordMediaFragments.html

Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=1398028

Please view or discuss this issue at https://github.com/w3c/media-source/issues/198 using your GitHub account

Received on Friday, 8 September 2017 05:29:52 UTC