Module user_control_messages

Source
Expand description

User control messages.

Defined by:

  • Legacy RTMP spec, 6.2

Modules§

writer
Writing user control messages.

Structs§

EventType
The type of user control message event.
EventMessageStreamBegin
The server sends this event to notify the client that a stream has become functional and can be used for communication. By default, this event is sent on ID 0 after the application connect command is successfully received from the client. The event data is 4-byte and represents the stream ID of the stream that became functional.