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

Player stuck after quality change #5

Open
therealabdi2 opened this issue Nov 30, 2023 · 1 comment
Open

Player stuck after quality change #5

therealabdi2 opened this issue Nov 30, 2023 · 1 comment

Comments

@therealabdi2
Copy link

When I change quality the new segments are not downloaded, and are only downloaded when I seek ahead or back.
Demo here:
https://stackblitz.com/edit/angular-videojs-nvtfb7?file=src%2Fapp%2Fapp.component.ts

Steps to reproduce:

  1. change quality while the video is playing
  2. new segments are not downloaded and the player will eventually start buffering and not work until we move the seeker ahead or back
@gomesLuis479SV
Copy link

gomesLuis479SV commented Dec 19, 2023

I faced the same issue too @therealabdi2 and seemed to have manged to fix it.

Updating vjs to the latest vjs version on master here helped (currently 8.8.0)

Why?

  • the VHS dependency was bumped in vjs 8.7.0 release -> see PR
  • VHS here was bumped to 3.8.0 which seems to have quite a few bug fixes

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

2 participants