NorskInput.udpTsPcapCapture() method

Experimental: read a Transport Stream 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. As a no-privilege test affordance interface: "file:<path>" reads from a classic pcap file (tcpdump -r) instead of capturing live.

Signature:

udpTsPcapCapture(settings: UdpTsPcapCaptureInputSettings): Promise<UdpTsPcapCaptureInputNode>;

Parameters

Parameter Type Description

settings

UdpTsPcapCaptureInputSettings

Configuration for the UDP-TS pcap capture input

Returns:

Find Examples