CmafMultiVariantOutputNode class

Signature:

export declare class CmafMultiVariantOutputNode extends CmafNodeBase<CmafMultiVariantMessage, "video" | "audio" | "subtitle", CmafMultiVariantOutputNode>

Extends: CmafNodeBase<CmafMultiVariantMessage, "video" | "audio" | "subtitle", CmafMultiVariantOutputNode>

Properties

Property Type Description

dashUrl

string

The URL of the file based DASH manifest

migration

MigrationHandle

This output’s part in a live migration between two Norsk instances.

The payloads are opaque: the engine writes them and only the engine reads them. Ferry each one to the matching node on the other instance verbatim, and act only on refused. See MigrationHandle.

url

string

The URL of the file based multi variant playlist

Methods

Method Modifiers Description

updateCredentials(settings)

Updates the credentials for a specific destination within this output by id see: UpdateCredentials see: CmafDestinationSettings