shaka-player-embedded icon indicating copy to clipboard operation
shaka-player-embedded copied to clipboard

Disable filtering out video variants with a resolution higher than the current device's resolution

Open okycelt opened this issue 5 years ago • 2 comments

Is it possible to disable filtering out video variants with a resolution higher than the current device's resolution? If all video variants have a higher resolution, the playback will fail with error 4032.

Thank you

okycelt avatar Oct 27 '20 16:10 okycelt

There's no way to do it in the API, but you could edit the source here. I'll change it to set a default abr.restrictions config; this will allow the size to be a soft restriction and allow the app to change it if they want.

TheModMaker avatar Oct 27 '20 17:10 TheModMaker

Removing that condition seems to have done the job, thanks.

okycelt avatar Oct 29 '20 14:10 okycelt