diff options
author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2012-07-17 12:02:42 +0200 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2012-07-17 13:53:33 +0300 |
commit | 6aedabc9b68cab7b65833415953e958ac2c77f80 (patch) | |
tree | 1f0a7e897f9dba9dab14c56f85b15df3cd80f1ed /libavformat/rtmp.h | |
parent | 5417efbbf313781f5bac38daee95f62c671c5d63 (diff) | |
download | ffmpeg-6aedabc9b68cab7b65833415953e958ac2c77f80.tar.gz |
RTMPS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/rtmp.h')
-rw-r--r-- | libavformat/rtmp.h | 1 |
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 |