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

SrtPcapInputSettings

Configuration for the SRT pcap input

Returns:

Promise<SrtPcapInputNode>

Find Examples