Increase recv buffer of video stream from 64K to 512K for improved 4K performance

This commit is contained in:
Cameron Gutman 2016-05-06 14:44:16 -04:00
parent f69ab5dd5e
commit 7e5e2cebe2

View File

@ -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;