Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2012-07-17 14:02:42 +0400
committerMartin Storsjö <martin@martin.st>2012-07-17 14:53:33 +0400
commit6aedabc9b68cab7b65833415953e958ac2c77f80 (patch)
tree1f0a7e897f9dba9dab14c56f85b15df3cd80f1ed /libavformat/rtmp.h
parent5417efbbf313781f5bac38daee95f62c671c5d63 (diff)
RTMPS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtmp.h')
-rw-r--r--libavformat/rtmp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/rtmp.h b/libavformat/rtmp.h
index 45de73ef2b..f9d9900268 100644
--- a/libavformat/rtmp.h
+++ b/libavformat/rtmp.h
@@ -25,6 +25,7 @@
#include "avformat.h"
#define RTMP_DEFAULT_PORT 1935
+#define RTMPS_DEFAULT_PORT 443
#define RTMP_HANDSHAKE_PACKET_SIZE 1536