#include "avformat.h"
Go to the source code of this file.
Defines | |
#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 rtmp_open().
#define RTMP_CLIENT_VER1 9 |
#define RTMP_CLIENT_VER2 0 |
#define RTMP_CLIENT_VER3 124 |
#define RTMP_CLIENT_VER4 2 |
#define RTMP_DEFAULT_PORT 1935 |
#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().