UdpTsPcapProbeStats interface

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. The ETR-290 counters mirror the id3as-ts TsErrorMetrics set. bitrateBps / rtpSeqGaps are undefined when not observable (never 0).

Signature:

export interface UdpTsPcapProbeStats

Properties

Property Type Description

bitrateBps?

number

(Optional) estimated payload bitrate, bits/s; undefined on a zero/tiny capture span

catErrors

number

ccErrorsDuplicate

number

ccErrorsOutOfOrder

number

crcErrors

number

patErrors

number

pcr

UdpTsPcapPcrStats[]

Per-PCR-pid clock measurements (empty until enough samples)

pcrAccuracyErrors

number

pcrDiscontinuityErrors

number

pcrRepetitionErrors

number

pidErrors

number

pmtErrors

number

ptsErrors

number

rtpSeqGaps?

number

(Optional) RTP sequence-number gaps; undefined ("not observable") in Raw mode

scrambled

boolean

Whether scrambling (CA) was ever observed (ETR 101 290 §2.6)

siRepetitionErrors

number

syncByteErrors

number

syncLoss

number

ETR-290 §Priority 1

totalPackets

number

Packets seen over the same period (the counters' denominator)

transportErrors

number

ETR-290 §Priority 2

unreferencedPids

number

ETR-290 §Priority 3