UdpTsPcapCaptureInputSettings interface
Experimental: settings for a UDP-TS input fed from a packet capture. The reconstructed MPEG-TS runs through the SAME decode path as NorskInput.udpTs(), so the node produces the decoded A/V streams as a source (with the UDP-TS probe stats as an overlay). Sibling of SrtPcapCaptureInputSettings but for UDP-TS. see: NorskInput.udpTsPcapCapture()
Signature:
export interface UdpTsPcapCaptureInputSettings extends InputSettings<UdpTsPcapCaptureInputNode>, TsCommonInputSettings, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
string |
(Optional) Optional tcpdump BPF filter expression. Empty / unset = no filter. |
|
number |
(Optional) Optional tcpdump capture buffer size in KiB (the |
|
string |
(Optional) When specified dump the raw source input for debug purposes to the given directory |
|
(Optional) Per-input health sampling. Emits periodic TsConnectionHealth events via TsCommonInputSettings.onConnectionHealth. On by default. |
||
string |
The capture interface name (e.g. |
|
(Optional) How the captured UDP payloads are encapsulated. Default |