Closed
Description
There seems to be an issue with re-enabling adaptation once user switches to a given quality manually and then attempts to switch back to auto.
- Start playing any content with multiple qualities.
- Select some lower quality manually before the player adapts automatically to the highest possible one
- Re-enable adaptation
Alternatively start with "enable adaptation" checkbox disabled and enable during playback.
Expected behavior would then be that the player enables ABR again and adapts in a short while to the highest possible quality based on network conditions. But this does not happen, playback is stuck on the manually chosen quality.
We attempted to call in our player player.configure({ abr: { enabled: true } }); , hopefully the correct approach, but no difference from the reference Shaka player, ABR does not kick in.