TsConnectionStats

Transport-level stats for a connection-less TS input (udpTs / tcpTs). These inputs have no per-connection identity and no SRT-style loss/RTT stats, so the health event carries the media health plus this minimal packet-gap signal.

Field

Type

Repeated

Description

received_packets

int64

Packets received over the sample window (UDP datagrams; for TCP, read chunks).

ms_since_last_packet

int64

Milliseconds since the last packet/read arrived — the transport-level gap. Distinct from StreamHealth.last_media_age_ms, which times the last decoded frame: this fires even when decoding has stopped emitting frames.

Member of

Message

Description

InputConnectionHealth

Periodic per-connection health for an input connection: measurements only.