Go to the documentation of this file.
22 #ifndef AVFORMAT_RTMP_H
23 #define AVFORMAT_RTMP_H
27 #define RTMP_DEFAULT_PORT 1935
28 #define RTMPS_DEFAULT_PORT 443
30 #define RTMP_HANDSHAKE_PACKET_SIZE 1536
32 #define HMAC_IPAD_VAL 0x36
33 #define HMAC_OPAD_VAL 0x5C
39 #define RTMP_CLIENT_PLATFORM "LNX"
40 #define RTMP_CLIENT_VER1 9
41 #define RTMP_CLIENT_VER2 0
42 #define RTMP_CLIENT_VER3 124
43 #define RTMP_CLIENT_VER4 2