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 |
Configuration for the SRT pcap live-capture input |
Returns:
Promise<SrtPcapCaptureInputNode>
Find Examples
Search for examples using srtPcapCapture in our examples repo.