RtmpServerInputMessage

Messages that your code can send to the Norsk RTMP Input Media Node.

Field

Type

Repeated

Description

message

oneOf

⮑initial_config

RtmpServerInputConfiguration

⮑connection_accept

RtmpConnectionAccept

⮑connection_reject

RtmpConnectionReject

⮑stream_accept

RtmpStreamAccept

⮑stream_reject

RtmpStreamReject

⮑nudge

TimestampSourceProgramNudge

Argument of

Method

Description

CreateInputRtmpServer

Creates an RTMP ingest Media Node. On creation, the Media Node is idle and your code must send an RtmpServerInputConfiguration message to configure the RTMP server. When a remote client connects, an RtmpConnection message is sent, which the code can choose to accept – by sending an RtmpConnectionAccept message or reject – by sending an RtmpConnectionReject message. Once a connection is established, Norsk will continue to send appropriate RtmpServerInputEvent messages as events occur.