summaryrefslogtreecommitdiff
path: root/libavformat/rtsp.h
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2014-10-09 19:35:34 +0200
committerLuca Barbato <lu_zero@gentoo.org>2014-10-10 16:29:06 +0200
commit8b2e9636c57b22582143467a8a06b509b47b92f9 (patch)
tree1f6d68a794c6eac54eaa83765491dd849e0358b7 /libavformat/rtsp.h
parentc27328e749ff3be648411765cd17362fee017341 (diff)
rtsp: Support tls-encapsulated RTSP
Diffstat (limited to 'libavformat/rtsp.h')
-rw-r--r--libavformat/rtsp.h1
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