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

Current position stops updating after seek on HLS streams #103

Open
avpbg opened this issue Jul 23, 2021 · 3 comments
Open

Current position stops updating after seek on HLS streams #103

avpbg opened this issue Jul 23, 2021 · 3 comments

Comments

@avpbg
Copy link

avpbg commented Jul 23, 2021

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?

@kontrollanten
Copy link
Contributor

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.

@ayrtonbrut
Copy link

Hello! Any update ? i'm encountering the same issue ✋

@kontrollanten
Copy link
Contributor

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants