Increased target bitrate for shadow server.

The target bitrate (1Mbit) was much too small for proper shadowing
on devices with higher resolutions. Increased to 10Mbit to improve
image quality.
This commit is contained in:
Armin Novak 2018-02-02 13:57:00 +01:00
parent bc33fa8b1b
commit bb061cedb1

View File

@ -788,7 +788,7 @@ rdpShadowServer* shadow_server_new(void)
server->mayInteract = TRUE;
server->rfxMode = RLGR3;
server->h264RateControlMode = H264_RATECONTROL_VBR;
server->h264BitRate = 1000000;
server->h264BitRate = 10000000;
server->h264FrameRate = 30;
server->h264QP = 0;
server->authentication = FALSE;