SrtConnectionHealth interface

Health for an SRT input connection. Delivered to an SRT input’s onConnectionHealth; carries the SRT transport stats plus the shared media health. Measurements only — the client owns thresholds and policy.

Signature:

export interface SrtConnectionHealth extends ConnectionHealthCommon

Properties

Property Type Description

pcapProbe?

SrtPcapProbeStats

(Optional) Experimental. Passive-probe SRT stats — present only for a pcap-derived SRT input (input.srt-pcap / input.srt-capture); undefined for a live SRT input.

stats

SrtConnectionHealthStats

SRT transport statistics

streamIndex

number

The SRT stream index this connection was accepted on

transport

"srt"