Expand description
Types and functions for processing the onStatus
command.
It is not very clear if the onStatus command should be part of the NetConnection or NetStream set of commands. The legacy RTMP spec makes it look like it should be part of the NetStream commands while the enhanced-rtmp-v2 spec is very clear that it should be part of the NetConnection commands. In reality, it is used as a response message to both NetConnection and NetStream commands received from the client. This is why we have decided to put it in its own module.
Modules§
Structs§
- OnStatus
- The
onStatus
command is used to send status information from the server to the client. - OnStatus
Code - Common status codes used in the
onStatus
command.