SrtPcapCaptureInputConfiguration

Field

Type

Repeated

Description

id

MediaNodeId

source_name

string

interface

string

The capture interface name (e.g. "eth0"). As a no-privilege test affordance a value of the form "file:<path>" makes the engine read the capture from that classic pcap file (tcpdump -r <path>) instead of capturing live.

bpf_filter

string

Optional tcpdump BPF filter expression. Empty = no filter.

capture_buffer_kb

OptionalInt

Optional tcpdump capture buffer size in KiB (the -B size). Unset = default.

debug_dump_source

string

When specified (nonempty) dump the raw source input for debug purposes to the given directory

stats_sampling

StreamStatisticsSampling

stats_poll_interval_ms

OptionalInt

Interval at which to sample the per-connection SRT statistics. When unset a default is used.

health_sampling

HealthSampling

Per-connection health sampling (InputConnectionHealth events). Default on.

health_thresholds

HealthThresholds

Opt-in thresholds for engine-side DEGRADED/RECOVERED status. Unset = off.

time_domain

TimeDomainConfig

Optionally place this input into a named time domain.

program_filter

ProgramNumber

Optionally filter a single program from MPTS at decode time

Member of

Message

Description

SrtPcapCaptureInputMessage