UdpTsPcapRtpModeSetting type
Experimental: how the captured UDP payloads are encapsulated. * "raw" — bare MPEG-TS (the default) * "rtp" — RTP (RFC 2250); the RTP header is stripped before reassembly * "autodetect" — detect RTP-vs-raw per flow from the first datagrams see: NorskInput.udpTsPcapCapture()
Signature:
export type UdpTsPcapRtpModeSetting = "raw" | "rtp" | "autodetect";