Fix RTSP handshake issues with GFE 2.7 due to the addition of many new SDP attributes
This commit is contained in:
parent
a13e68b042
commit
b1f861ccfd
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue