videojs / videojs-contrib-quality-levels

Other
154 stars 52 forks source link

User selects a different quality level, the change is applied very slowly. #151

Open Lingareddyvinitha opened 3 months ago

Lingareddyvinitha commented 3 months ago

Description

I am using videojs-contrib-quality-levels with Video.js for adaptive bitrate streaming. I have encountered an issue where the initial quality level is set to a medium or lower quality by default. When the user selects a different quality level, the change is applied very slowly.

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. Initialize the Video.js player with videojs-contrib-quality-levels.
  2. Play a video and observe the initial quality level.
  3. Note the delay in applying the selected quality level.

@forbesjo