Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

1.5.1 PlaybackTimeRule currentTime can get out of sync with the currentTime resulting in no seeking and duplicate requests #883

Closed
JibberJim opened this issue Nov 11, 2015 · 1 comment

Comments

@JibberJim
Copy link

Another seeking bug in 1.5.1, certain scenarios the currentTime in the playbackTimeRule can get out of sync with the actual time the media player is trying to play, this results in the wrong fragment being requested, which can either duplicate requests - which will then break ABR (since the duplicated request will come from the cache with super fast throughput) and can also cause audio glitching (if the fragment that is playing out is re-downloaded).

The playback controller time will also become NaN after complete playback, which will also result in valid requests not being scheduled, and the video just permanently buffering. Most of these Seeking bugs simply result in a permanently spinning buffer but are not 100% reproducible, but are very easily reproducible.

@JibberJim JibberJim changed the title 1.5.1 PlaybackTimeRule currentTime can get out of sync with the currentTime resulting in no seeking 1.5.1 PlaybackTimeRule currentTime can get out of sync with the currentTime resulting in no seeking and duplicate requests Nov 11, 2015
This was referenced Nov 20, 2015
@dsparacio
Copy link
Contributor

Pretty sure this is not an issue still but want to check with you @JibberJim

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants