increase max bitrate

This commit is contained in:
matt
2021-07-12 13:59:04 -04:00
parent 8b1c0a3bb7
commit c768e70fba

View File

@@ -202,7 +202,7 @@ rfb::IntParameter rfb::Server::videoScaling
rfb::IntParameter rfb::Server::x264Bitrate
("x264Bitrate",
"Enable x264 encoding for full-screen video, in kbps. Default 0 (off)",
0, 0, 6000);
0, 0, 50000);
rfb::BoolParameter rfb::Server::printVideoArea
("PrintVideoArea",
"Print the detected video area % value.",