UdpTsInputSettings interface
Settings for a UDP Transport Stream input see: NorskInput.udpTs()
Signature:
export interface UdpTsInputSettings extends RemoteInputSettings<UdpTsInputNode>, TsCommonInputSettings
Properties
Property | Type | Description |
---|---|---|
string |
(Optional) When specified dump the raw source input for debug purposes to the given directory |
|
string |
(Optional) Optional interface to bind to |
|
boolean |
(Optional) Whether to expect the input TS to be encapsulated in RTP via RFC 2250 (default: false) |
|
number |
(Optional) Timeout in milliseconds before determining the input is closed |