diff --git a/limelight-common/RtspConnection.c b/limelight-common/RtspConnection.c index 36e4860..5769b6c 100644 --- a/limelight-common/RtspConnection.c +++ b/limelight-common/RtspConnection.c @@ -1,7 +1,7 @@ #include "Limelight-internal.h" #include "Rtsp.h" -#define RTSP_MAX_RESP_SIZE 16384 +#define RTSP_MAX_RESP_SIZE 32768 static SOCKET sock = INVALID_SOCKET; static int currentSeqNumber;