mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user