UdpTsInputSettings interface

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

Signature:

export interface UdpTsInputSettings extends RemoteInputSettings<UdpTsInputNode>, TsCommonInputSettings

Properties

Property Type Description

debugDumpSource?

string

(Optional) When specified dump the raw source input for debug purposes to the given directory

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