MoqIngestStats interface

Periodic ingest-side statistics for a MoQ input.

Signature:

export interface MoqIngestStats

Properties

Property Type Description

messagesDroppedNoConsumer

number

Messages discarded because the workflow side had not yet attached and the bounded startup queue overflowed. Non-zero points at a slow start rather than a transport problem.

reorderBufferMs

number

The reorder hold this input is configured with, in ms (0 = disabled).

tracks

MoqTrackIngestStats[]