CmafIngestInputNode class

A CMAF ingest input node that receives fMP4 segments via HTTP PUT/POST.

Once created, the ingest endpoint accepts segments at: - PUT /cmaf-ingest/{name}/{representationId}/init.mp4 for init segments - PUT /cmaf-ingest/{name}/{representationId}/{number}.m4s for media segments

Signature:

export declare class CmafIngestInputNode extends SourceMediaNode

Extends: SourceMediaNode

Constructors

Constructor Modifiers Description

(constructor)(settings, client, unregisterNode)

Constructs a new instance of the CmafIngestInputNode class

Properties

Property Type Description

endpointUrl

string

The URL for pushing CMAF segments to this endpoint

grpcStream

grpc.ClientDuplexStream<CmafIngestInputMessage, CmafIngestInputEvent>

initialised

Promise<void>