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

name

string

The name of this CMAF ingest endpoint (used in the URL path)

onTrackConnected?

(representationId: string) ⇒ void

(Optional) Called when a new track (representation) connects

onTrackDisconnected?

(representationId: string) ⇒ void

(Optional) Called when a track (representation) disconnects

timeDomain?

TimeDomain

(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.