RtmpConnection

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

Field

Type

Repeated

Description

connection_id

ConnectionId

An ID for this connection

app

string

The RTMP app name

url

string

The RTMP URL

remote_host

string

The address of the remote peer (socket peername), for admission decisions keyed on the connecting host. Empty if it could not be resolved.

Member of

Message

Description

RtmpServerInputEvent

Messages that Norsk can send to your code in response to various RTMP events.