NorskInput.srtPcap() method
Experimental: passive SRT probe from a packet capture. Replays the SRT sessions of a classic pcap file on the engine host as if they had been sent to an SRT listener.
Signature:
srtPcap(settings: SrtPcapInputSettings): Promise<SrtPcapInputNode>;
Parameters
| Parameter | Type | Description |
|---|---|---|
settings |
Configuration for the SRT pcap input |
Returns:
Promise<SrtPcapInputNode>
Find Examples
Search for examples using srtPcap in our examples repo.