Skip to main content

Module msg_type

Module msg_type 

Source
Expand description

RTMP message type id catalogue (§6, RTMP Message Types §7.1). Type ids 1..=6 are Chunk-Stream-layer protocol control (this doc’s §4, spec §5.4); the rest are streaming-layer message types (§6/§7.1).

Constants§

ABORT
Abort Message (§5.4.2).
ACKNOWLEDGEMENT
Acknowledgement (§5.4.3).
AGGREGATE
Aggregate Message (§7.1.6).
AUDIO
Audio Message (§7.1.4).
COMMAND_AMF0
Command Message, AMF0-encoded (§7.1.1).
COMMAND_AMF3
Command Message, AMF3-encoded (§7.1.1).
DATA_AMF0
Data Message, AMF0-encoded (§7.1.2).
DATA_AMF3
Data Message, AMF3-encoded (§7.1.2).
SET_CHUNK_SIZE
Set Chunk Size (§5.4.1).
SET_PEER_BANDWIDTH
Set Peer Bandwidth (§5.4.5).
USER_CONTROL
User Control Message (§6.2/§7.1.7).
VIDEO
Video Message (§7.1.5).
WINDOW_ACK_SIZE
Window Acknowledgement Size (§5.4.4).