CmafVideoOutputNode class

Signature:

export declare class CmafVideoOutputNode extends CmafNodeWithPlaylist<CmafVideoMessage, "video", CmafVideoOutputNode>

Extends: CmafNodeWithPlaylist<CmafVideoMessage, "video", CmafVideoOutputNode>

Properties

Property Type Description

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.

onPlaylistAddition

((destinationId: DestinationId, pl: HlsPlaylistAdditions) ⇒ HlsPlaylist) | undefined

Methods

Method Modifiers Description

updateCredentials(settings)

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