SrtInputConfiguration

Field

Type

Repeated

Description

id

MediaNodeId

source_name

string

host

string

port

int32

The port to connect to or bind. When listening port 0 may be bound for an auto-allocated port

mode

SrtMode

passphrase

OptionalString

stream_id

OptionalString

stats_sampling

StreamStatisticsSampling

receive_latency

OptionalInt

peer_latency

OptionalInt

input_bandwidth

OptionalInt

overhead_bandwidth

OptionalInt

max_bandwidth

OptionalInt

peer_idle_timeout_ms

OptionalInt

tlpktdrop

OptionalBool

debug_dump_source

string

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

start_threshold

InputStartThresholdSettings

Optionally drop data until input is 'stable' this will reduce latency and memory use in nearly all cases

chaos_drop_packets

DropRandom

program_filter

ProgramNumber

Optionally filter a single program from MPTS at decode time

time_domain

TimeDomainConfig

Optionally place this input into a named time domain. Inputs that share a domain are coordinated for cross-input timestamp alignment.

status_poll_interval_ms

OptionalInt

Interval at which to poll the underlying SRT socket for status changes and emit onConnectionStatusChange callbacks. When unset a default is used.

stats_poll_interval_ms

OptionalInt

Interval at which to sample SRT socket statistics. Stats feed metrics, so tune this to the rate at which you want metric updates. When unset a default is used.

Member of

Message

Description

SrtInputMessage