RtmpServerInputConfiguration

Configure an RTMP Input Media Node. Should be sent once, after the node has been created.

Field

Type

Repeated

Description

id

MediaNodeId

The Media Node Id

port

int32

The port that the RTMP server is listening on

stats_sampling

StreamStatisticsSampling

ssl

bool

ssl_options

SslServerOptions

time_domain

TimeDomainConfig

media_timeout_ms

OptionalInt

When set, a connection that stops delivering media (audio and video) for this many milliseconds is torn down, even if it keeps sending non-media RTMP control traffic. Catches a wedged/dead publisher whose control bytes would otherwise keep the connection "active" indefinitely. Unset = disabled.

Member of

Message

Description

RtmpServerInputMessage

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