ConnectionId

Field

Type

Repeated

Description

id

string

Member of

Message

Description

RtmpBytesRead

Sent to your code when a bytes-read report is received from the peer

RtmpConnection

Sent to your code when an inbound remote connection is received. Your code must reply with either an RtmpConnectionAccept or an RtmpConnectionReject.

RtmpConnectionAccept

Accept a remote connection attempt.

RtmpConnectionReject

Reject a remote connection attempt.

RtmpError

Sent to your code when an error is detected on an active connection. Typically you will receive a disconnected event immediately after

RtmpOnStream

Sent to your code when an inbound remote stream is received on an active connection. You must reply with either an RtmpStreamAccept or an RtmpStreamReject.

RtmpServerInputStatus

Sent to your code when an active RTMP connection changes state. Currently, this is only to indicate that the remote client has disconnected.

RtmpStreamAccept

Accept a remote inbound stream on a connection. The StreamKeys that you supply will be used for the audio and video media within this RTMP stream. They should have the same SourceName and ProgramNumber as any other streams accepted on this connection, but should be unique across StreamId and RenditionName.

RtmpStreamReject