[FFmpeg-cvslog] rtsp: increase the control uri size

Yigit Uyan git at videolan.org
Wed Oct 28 15:26:19 EET 2020


ffmpeg | branch: master | Yigit Uyan <git at yigituyan.com> | Tue Oct 13 01:17:12 2020 -0700| [c1efb1decb01af84d466a3f740c06c56c446ce56] | committer: Anton Khirnov

rtsp: increase the control uri size

Current browsers support up to 2k characters.

Signed-off-by: Anton Khirnov <anton at khirnov.net>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c1efb1decb01af84d466a3f740c06c56c446ce56
---

 libavformat/rtsp.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h
index 54a9a30c16..2b37f5b49f 100644
--- a/libavformat/rtsp.h
+++ b/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
      * for all subsequent RTSP requests, rather than the input URI; in
      * 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 */
     //@{



More information about the ffmpeg-cvslog mailing list