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 |
Packets received over the sample window (UDP datagrams; for TCP, read chunks). |
||
ms_since_last_packet |
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. |