tomexsans / videojs-quality-selector-hls

MIT License
4 stars 2 forks source link

Player stuck after quality change #5

Open therealabdi2 opened 11 months ago

therealabdi2 commented 11 months ago

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 commented 10 months ago

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?