diff --git a/src/RtspConnection.c b/src/RtspConnection.c index 9a28d23..6c9aa91 100644 --- a/src/RtspConnection.c +++ b/src/RtspConnection.c @@ -3,7 +3,7 @@ #include -#define RTSP_MAX_RESP_SIZE 32768 +#define RTSP_MAX_RESP_SIZE 49152 #define RTSP_TIMEOUT_SEC 10 static int currentSeqNumber;