TsConnectionHealth interface

Health for a connection-less TS input (udpTs / tcpTs). Delivered to the input’s onConnectionHealth. There is no per-connection identity, so remoteHost may be empty; stats is the transport-level packet-gap signal.

Signature:

export interface TsConnectionHealth extends ConnectionHealthCommon

Properties

Property Type Description

pcapProbe?

UdpTsPcapProbeStats

(Optional) Experimental. Passive-probe UDP-TS stats — present only for a pcap-derived UDP-TS input (the input.capture udp-ts arm); undefined for a live UDP-TS input.

stats

TsConnectionHealthStats

TS transport statistics (packet-gap)

transport

"ts"