TcpTsInputSettings interface
Settings for a TCP Transport Stream input. Norsk acts as the TCP client, connecting out to the configured host/port and reconnecting on failure. see: NorskInput.tcpTs()
Signature:
export interface TcpTsInputSettings extends RemoteInputSettings<TcpTsInputNode>, TsCommonInputSettings
Properties
| Property | Type | Description |
|---|---|---|
(Optional) Drop raw input data ala NorskTransform.streamChaosMonkey(). Leaving this undefined means don’t drop anything For testing, you really don’t want this in a live system. |
||
string |
(Optional) When specified dump the raw source input for debug purposes to the given directory |
|
number |
(Optional) Flush any gathered bytes after this many milliseconds of quiet rather than waiting for minReadBytes (default: 50) |
|
number |
(Optional) Minimum number of bytes to gather before passing data downstream (default: 1316, seven TS packets) |
|
(Optional) when specified, drop data until the input is ticking at realtime |
||
number |
(Optional) Idle timeout in milliseconds - a connection that delivers no data for this long is dropped and reconnected (default: 1000) |