shaka-player-embedded
                                
                                
                                
                                    shaka-player-embedded copied to clipboard
                            
                            
                            
                        Disable filtering out video variants with a resolution higher than the current device's resolution
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
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.
Removing that condition seems to have done the job, thanks.