silvermine / videojs-chromecast

MIT License
148 stars 75 forks source link

Current position stops updating after seek on HLS streams #103

Open avpbg opened 3 years ago

avpbg commented 3 years ago

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 commented 2 years ago

Hi! Yes, we've encountered the same issue and solved it with this commit https://github.com/kontrollanten/videojs-chromecast/commit/4f80ccdd7fcf8a9306e4470eed92e24b230be204

Since our branch has refactored videojs-chromecast to use es6 classes we can't merge the commit until #98 is merged.

ayrtonbrut commented 1 year ago

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

kontrollanten commented 1 year ago

Hello! Waiting for #118 to get merged