UdpTsOutputSettings interface

The settings for an output Transport Stream over UDP see: NorskOutput.udpTs()

Signature:

export interface UdpTsOutputSettings extends SinkNodeSettings<UdpTsOutputNode>, StreamStatisticsMixin

Properties

Property Type Description

avDelayMs?

number

(Optional) A/V delay in milliseconds - to allow inclusion of subtitles, metadata and other ancillary data. May be set to 0 if these are not present to reduce latency

bufferDelayMs?

number

(Optional) Jitter buffer delay in milliseconds

destinationIp

string

The IP address to publish to This can be multicast, unicast or broadcast

interface

string

The interface to bind to for publishing This can be 'any', 'loopback' or any named interface on the machine Note: If running inside docker this may be different to expected

port

number

The port to send to

rtpEncapsulate?

boolean

(Optional) Whether to encapsulate in RTP via RFC 2250 (default: false)