Fix RTSP handshake issues with GFE 2.7 due to the addition of many new SDP attributes

This commit is contained in:
Cameron Gutman 2015-10-25 13:25:32 -07:00
parent a13e68b042
commit b1f861ccfd

View File

@ -1,7 +1,7 @@
#include "Limelight-internal.h" #include "Limelight-internal.h"
#include "Rtsp.h" #include "Rtsp.h"
#define RTSP_MAX_RESP_SIZE 16384 #define RTSP_MAX_RESP_SIZE 32768
static SOCKET sock = INVALID_SOCKET; static SOCKET sock = INVALID_SOCKET;
static int currentSeqNumber; static int currentSeqNumber;