react-native-vlc-media-player icon indicating copy to clipboard operation
react-native-vlc-media-player copied to clipboard

How to change video quality manually ?

Open Damithijse opened this issue 3 years ago • 1 comments

React-native 0.62.0

Damithijse avatar Jan 27 '22 03:01 Damithijse

You can try "adaptive-logic" option in initOptions. It gives you an ability to select strategy for adaptive quality. --adaptive-logic={,predictive,nearoptimal,rate,fixedrate,lowest,highest}

Example: initOptions: ['--adaptive-logic=lowest']

https://wiki.videolan.org/VLC_command-line_help

thommee avatar Sep 24 '22 13:09 thommee