NorskOutput.hlsTsVideo() method

Produces Transport Stream video segments with the supplied settings for use in HLS manifests and builds a playlist served locally from the Norsk Web Server or from other locations - see CmafDestinationSettings

Signature:

hlsTsVideo(settings: HlsTsVideoOutputSettings): Promise<HlsTsVideoOutputNode>;

Parameters

Parameter Type Description

settings

HlsTsVideoOutputSettings

Configuration for the HLS TS Stream

Returns:

Find Examples