CmafIngestInputSettings interface
Settings for a CMAF ingest input. Receives fMP4 init and media segments via HTTP PUT/POST.
Signature:
export interface CmafIngestInputSettings extends SourceNodeSettings<CmafIngestInputNode>, StreamStatisticsMixin
Properties
| Property | Type | Description |
|---|---|---|
string |
The name of this CMAF ingest endpoint (used in the URL path) |
|
(representationId: string) ⇒ void |
(Optional) Called when a new track (representation) connects |
|
(representationId: string) ⇒ void |
(Optional) Called when a track (representation) disconnects |
|
(Optional) Optional time-domain configuration. When set, the input is placed into a named coordinator and is timestamp-aligned with all other inputs sharing the same domain id within this Norsk instance. Omit for the default (uncoordinated) behaviour. |