-
Notifications
You must be signed in to change notification settings - Fork 74
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
Current position stops updating after seek on HLS streams #103
Comments
Hi! Yes, we've encountered the same issue and solved it with this commit kontrollanten@4f80ccd Since our branch has refactored videojs-chromecast to use es6 classes we can't merge the commit until #98 is merged. |
This was referenced Mar 8, 2022
Hello! Any update ? i'm encountering the same issue ✋ |
Hello! Waiting for #118 to get merged |
kontrollanten
added a commit
to kontrollanten/videojs-chromecast
that referenced
this issue
Aug 26, 2023
fixes an issue where scrubbing would cause CURRENT_TIME_CHANGED to stop firing
kontrollanten
added a commit
to kontrollanten/videojs-chromecast
that referenced
this issue
Mar 4, 2024
fixes an issue where scrubbing would cause CURRENT_TIME_CHANGED to stop firing
kontrollanten
added a commit
to kontrollanten/videojs-chromecast
that referenced
this issue
Mar 4, 2024
fixes an issue where scrubbing would cause CURRENT_TIME_CHANGED to stop firing
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I saw that during cast in Chrome, the current position in the progress bar stops updating for HLS streams (like this one https://test-streams.mux.dev/x36xhzz/x36xhzz.m3u8) after seeking (but still works for MP4). After some debugging I found that in
currentTime
(ChromecastTech.js),this._remotePlayer.currentTime
starts returning the same number after seeking. Does anybody know how to fix it or where would the problem be - in the plugin, the chromecast framework, the chromecast device, or elsewhere?The text was updated successfully, but these errors were encountered: