mirror of
https://github.com/moonlight-stream/moonlight-common-c.git
synced 2026-04-04 14:56:02 +00:00
Fix RTSP handshake issues with GFE 2.7 due to the addition of many new SDP attributes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user