mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2025-08-17 17:05:50 +00:00
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,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…
x
Reference in New Issue
Block a user