diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-10-09 19:35:34 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-10-10 16:29:06 +0200 |
commit | 8b2e9636c57b22582143467a8a06b509b47b92f9 (patch) | |
tree | 1f6d68a794c6eac54eaa83765491dd849e0358b7 /libavformat/rtsp.h | |
parent | c27328e749ff3be648411765cd17362fee017341 (diff) | |
download | ffmpeg-8b2e9636c57b22582143467a8a06b509b47b92f9.tar.gz |
rtsp: Support tls-encapsulated RTSP
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r-- | libavformat/rtsp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtsp.h b/libavformat/rtsp.h index 7a910b06db..e83ad54909 100644 --- a/libavformat/rtsp.h +++ b/libavformat/rtsp.h @@ -70,6 +70,7 @@ enum RTSPControlTransport { }; #define RTSP_DEFAULT_PORT 554 +#define RTSPS_DEFAULT_PORT 322 #define RTSP_MAX_TRANSPORTS 8 #define RTSP_TCP_MAX_PACKET_SIZE 1472 #define RTSP_DEFAULT_NB_AUDIO_CHANNELS 1 |