rtsp: increase the control uri size

Current browsers support up to 2k characters.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
Yigit Uyan 2020-10-13 01:17:12 -07:00 committed by Anton Khirnov
parent 81d4b8fb3c
commit c1efb1decb

View File

@ -315,7 +315,7 @@ typedef struct RTSPState {
/** some MS RTSP streams contain a URL in the SDP that we need to use /** some MS RTSP streams contain a URL in the SDP that we need to use
* for all subsequent RTSP requests, rather than the input URI; in * for all subsequent RTSP requests, rather than the input URI; in
* other cases, this is a copy of AVFormatContext->filename. */ * other cases, this is a copy of AVFormatContext->filename. */
char control_uri[1024]; char control_uri[2048];
/** The following are used for parsing raw mpegts in udp */ /** The following are used for parsing raw mpegts in udp */
//@{ //@{