mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
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:
parent
81d4b8fb3c
commit
c1efb1decb
@ -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 */
|
||||
//@{
|
||||
|
Loading…
Reference in New Issue
Block a user