SrtConnectionHealthStats interface

SRT transport stats for a connection at a health sample. Gauges are instantaneous; the packet counters are cumulative totals since the connection started (diff across samples for a per-interval rate).

Signature:

export interface SrtConnectionHealthStats

Properties

Property Type Description

bandwidthMbps

number

belated

number

Arrived too late to play

dropped

number

Lost and never recovered (only with too-late-packet-drop on)

latencyMs

number

Configured receive (TSBPD) latency

latencyOverRtt

number

Configured latency as a multiple of RTT — the recovery headroom (aim >= 3-4)

rcvBufMs

number

Undelivered timespan in the receive buffer (ms)

received

number

receivedLost

number

Detected missing on original transmission (pre-recovery link damage)

retransmitted

number

Recovered by retransmission

rttMs

number

undecrypted

number