UdpTsInputSettings interface

Settings for a UDP Transport Stream input see: NorskInput.udpTs()

Signature:

export interface UdpTsInputSettings extends RemoteInputSettings<UdpTsInputNode>

Properties

Property Type Description

interface?

string

(Optional) Optional interface to bind to

rtpDecapsulate?

boolean

(Optional) Whether to expect the input TS to be encapsulated in RTP via RFC 2250 (default: false)

timeout?

number

(Optional) Timeout in milliseconds before determining the input is closed