From b1f861ccfdde1391f18becb67c64836658800a0b Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sun, 25 Oct 2015 13:25:32 -0700 Subject: [PATCH] Fix RTSP handshake issues with GFE 2.7 due to the addition of many new SDP attributes --- limelight-common/RtspConnection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;