#include "avformat.h"
Go to the source code of this file.
Macros | |
#define | RTMP_DEFAULT_PORT 1935 |
#define | RTMP_HANDSHAKE_PACKET_SIZE 1536 |
#define | RTMP_CLIENT_PLATFORM "LNX" |
emulated Flash client version - 9.0.124.2 on Linux | |
#define | RTMP_CLIENT_VER1 9 |
#define | RTMP_CLIENT_VER2 0 |
#define | RTMP_CLIENT_VER3 124 |
#define | RTMP_CLIENT_VER4 2 |
#define RTMP_CLIENT_PLATFORM "LNX" |
emulated Flash client version - 9.0.124.2 on Linux
Definition at line 35 of file rtmp.h.
Referenced by gen_connect().
#define RTMP_CLIENT_VER1 9 |
Definition at line 36 of file rtmp.h.
Referenced by gen_connect(), and rtmp_handshake().
#define RTMP_CLIENT_VER2 0 |
Definition at line 37 of file rtmp.h.
Referenced by gen_connect(), and rtmp_handshake().
#define RTMP_CLIENT_VER3 124 |
Definition at line 38 of file rtmp.h.
Referenced by gen_connect(), and rtmp_handshake().
#define RTMP_CLIENT_VER4 2 |
Definition at line 39 of file rtmp.h.
Referenced by gen_connect(), and rtmp_handshake().
#define RTMP_DEFAULT_PORT 1935 |
Definition at line 27 of file rtmp.h.
Referenced by rtmp_open().
#define RTMP_HANDSHAKE_PACKET_SIZE 1536 |
Definition at line 29 of file rtmp.h.
Referenced by rtmp_handshake(), rtmp_handshake_imprint_with_digest(), and rtmp_validate_digest().