MoqTrackIngestStats interface
Per-track ingest counters for a MoQ input. Cumulative since the input started, except objectsBuffered, which is instantaneous.
Signature:
export interface MoqTrackIngestStats
Properties
| Property | Type | Description |
|---|---|---|
number |
Worst lateness seen, in ms: how far behind the newest object a late one arrived. Size MoqInputSettings.reorderBufferMs comfortably above this. |
|
number |
Objects currently held in the reorder buffer (instantaneous). |
|
number |
Objects that arrived after their slot had already been emitted and so had to be discarded. A sustained non-zero count means MoqInputSettings.reorderBufferMs is too small for this path — compare it against |
|
number |
Objects handed on to the workflow. |
|
number |
Objects that arrived out of |
|
string |
The MoQ data track these counters describe. |