NorskOutput.hlsTsAudio() method

Produces Transport Stream audio 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:

hlsTsAudio(settings: HlsTsAudioOutputSettings): Promise<HlsTsAudioOutputNode>;

Parameters

Parameter Type Description

settings

HlsTsAudioOutputSettings

Configuration for the HLS TS Stream

Returns:

Find Examples