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).