ST2110OutputVideoSender interface

Signature:

export interface ST2110OutputVideoSender

Properties

Property Type Description

advanced?

ST2110OutputVideoSenderAdvanced

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

compliance?

ST2110SenderCompliance

(Optional) ST 2110-21 pacing profile. Defaults to "narrow" — the deterministic narrow-gapped profile required for full professional-broadcast compliance. "narrowLinear" (TP-NL) and "wide" (TP-W) relax timing at the receiver’s expense.

depth?

ST2110ComponentDepth

(Optional) SDP a=fmtp: depth= parameter — bits per component. See sampling.

payloadType?

number

(Optional) Optional RTP payload type (RFC 3550 dynamic range, 96—​127). Omit to use Norsk’s default (112 for video).

sampling?

ST2110ColorSampling

(Optional) SDP a=fmtp: sampling= parameter (ST 2110-20 / RFC 4175). Combined with depth fully determines the wire byte layout.

One of { sampling, depth } OR the deprecated transportFormat must be set; not both.

ssrc?

number

(Optional) Optional RTP SSRC (RFC 3550) to pin on the wire. Omit to let MTL pick a random value. Set explicitly when monitoring tooling needs to identify a sender across restarts.

transportFormat?

ST2110VideoTransportFormat

(Optional)

type

"video"