ST2110InputReceiver interface

Signature:

export interface ST2110InputReceiver<C extends ST2110ReceiverConstraintsBase = ST2110ReceiverConstraints>

Properties

Property Type Description

advanced?

ST2110InputReceiverAdvanced

(Optional) Norsk-internal performance knobs. See ST2110InputReceiverAdvanced.

description?

string

(Optional)

idleTimeoutMs?

number

(Optional) Idle-timeout override (ms). When omitted, the receiver picks a sensible default from the SDP-advertised frame rate — 3× the frame interval, floored at 100 ms. Set explicitly to relax the default for slow / bursty sources, or tighten it for fast failover.

label

string

mediaType

VideoCaps | AudioCaps

nic

ST2110Nic

receiverConstraints

C[]

tags?

{ [k: string]: string[]; }

(Optional)