razorRun / react-native-vlc-media-player

React native media player for video streaming and playing. Supports RTSP, RTMP and other protocols supported by VLC player
https://roshan.digital/
MIT License
353 stars 184 forks source link

How to change video quality manually ? #98

Open Damithijse opened 2 years ago

Damithijse commented 2 years ago

React-native 0.62.0

thommee commented 2 years ago

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