NorskOutput.cmafVideo() method

Produces video segments with the supplied settings for use in HLS or DASH manifests.

These can optionally be served the Norsk web server or be pushed to other locations - see CMAFDestinationSettings

Signature:

cmafVideo(settings: CmafVideoOutputSettings): Promise<CmafVideoOutputNode>;

Parameters

Parameter Type Description

settings

CmafVideoOutputSettings

Configuration for the CMAF Video Stream

Returns:

Find Examples