Increase recv buffer of video stream from 64K to 512K for improved 4K performance
This commit is contained in:
parent
f69ab5dd5e
commit
7e5e2cebe2
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue