SrtConnectionStats
SRT transport stats for a connection as of a health sample. Gauges (rtt_ms, latency_ms, rcv_buf_ms, latency_over_rtt, bandwidth_mbps) are instantaneous; the packet counters are cumulative totals since the connection started — diff across samples for a per-interval rate. See docs/srt-input-metrics.md.
Field |
Type |
Repeated |
Description |
rtt_ms |
|||
latency_ms |
configured receive (TSBPD) latency |
||
rcv_buf_ms |
undelivered timespan in the receive buffer |
||
latency_over_rtt |
recovery headroom (aim >= 3-4) |
||
received |
|||
received_lost |
detected missing on original tx (pre-recovery, link damage) |
||
retransmitted |
recovered by retransmission |
||
belated |
arrived too late to play |
||
dropped |
lost and never recovered (only with too-late-packet-drop on) |
||
undecrypted |
|||
bandwidth_mbps |