SrtRawInputConfiguration
Field |
Type |
Repeated |
Description |
id |
|||
source_name |
|||
host |
|||
port |
The port to connect to or bind. When listening port 0 may be bound for an auto-allocated port |
||
mode |
|||
passphrase |
|||
stream_id |
|||
stats_sampling |
|||
receive_latency |
|||
peer_latency |
|||
input_bandwidth |
|||
overhead_bandwidth |
|||
max_bandwidth |
|||
peer_idle_timeout_ms |
Native libsrt peer-idle timeout (SRTO_PEERIDLETIMEO, ms): the connection is declared broken when NO packet of any kind (data, keepalive, ACK, control) has been received from the peer for this long — i.e. a link-death detector. Unset leaves libsrt’s default (5000ms). BREAKING: previously this drove an app-level "no media delivered" timer (default 500ms); that timer is removed. To act on a media stall, use the connection-health media-age / degraded-status thresholds. |
||
tlpktdrop |
Deprecated: disabling too-late-packet-drop on a receiver head-of-line-blocks on missing packets and retransmits unrecoverable loss without limit, which can wedge the connection. Raise receive_latency instead. See SrtInputSettings.tlpktdrop. |
||
debug_dump_source |
When specified (nonempty) dump the raw source input for debug purposes to the given directory |
||
codec |
|||
time_domain |
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 |
Interval at which to sample the underlying SRT socket’s connection state
for the per-connection |
||
stats_poll_interval_ms |
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. |