mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-18 01:15:46 +00:00
Increase recv buffer of video stream from 64K to 512K for improved 4K performance
This commit is contained in:
parent
f69ab5dd5e
commit
7e5e2cebe2
@ -9,7 +9,7 @@
|
||||
#define RTP_PORT 47998
|
||||
#define FIRST_FRAME_PORT 47996
|
||||
|
||||
#define RTP_RECV_BUFFER (64 * 1024)
|
||||
#define RTP_RECV_BUFFER (512 * 1024)
|
||||
|
||||
static RTP_REORDER_QUEUE rtpQueue;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user