NorskInput.srtPcapCapture() method

Experimental: passive SRT probe from a live packet capture. Captures off a host interface and replays the SRT sessions it observes as if they had been sent to an SRT listener. As a no-privilege test affordance interface: "file:<path>" reads from a classic pcap file instead of capturing live.

Signature:

srtPcapCapture(settings: SrtPcapCaptureInputSettings): Promise<SrtPcapCaptureInputNode>;

Parameters

Parameter Type Description

settings

SrtPcapCaptureInputSettings

Configuration for the SRT pcap live-capture input

Returns:

Find Examples