rtsp: increase the control uri size

Current browsers support up to 2k characters.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
pull/356/head
Yigit Uyan 4 years ago committed by Anton Khirnov
parent 81d4b8fb3c
commit c1efb1decb
  1. 2
      libavformat/rtsp.h

@ -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 */
//@{ //@{

Loading…
Cancel
Save