Skip to content
This repository was archived by the owner on Mar 19, 2018. It is now read-only.

Fix for setBufferChecker, which keeps video in pause state. Checking…#14

Open
damoeb wants to merge 1 commit intoCallToPowerLegacy:masterfrom
damoeb:t/buffer-status-check-is-invalid
Open

Fix for setBufferChecker, which keeps video in pause state. Checking…#14
damoeb wants to merge 1 commit intoCallToPowerLegacy:masterfrom
damoeb:t/buffer-status-check-is-invalid

Conversation

@damoeb
Copy link

@damoeb damoeb commented Jun 29, 2016

… for currentTime + bufferInterval may fail in some browsers, cause bufferInterval conflicts with implementation details of browsers and hence not required for the check. You cannot control how much a browser will buffer. Chrome Version 51.0.2704.103 (64-bit) never reached the threshold bufferInterval after moving to an uncached part of the video.

Reproduce: Move currentTime to an part of the video that is not yet buffered and the player will stall in pause mode.

… for currentTime + bufferInterval may fail in some browsers, cause bufferInterval is an implementation details of a browser and hence not required for the check.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant