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 |
|---|---|---|
Constructs a new instance of the |
Properties
| Property | Type | Description |
|---|---|---|
string |
The URL for pushing CMAF segments to this endpoint |
|
grpc.ClientDuplexStream<CmafIngestInputMessage, CmafIngestInputEvent> |
||
Promise<void> |