NorskOutput.hlsTsAudioPush() method

Produces Transport Stream audio segments with the supplied settings for use in HLS manifests and pushes them to the configured location (see CMAFDestinationSettings)

Signature:

hlsTsAudioPush(settings: HlsTsAudioPushOutputSettings): Promise<HlsTsAudioPushOutputNode>;

Parameters

Parameter Type Description

settings

HlsTsAudioPushOutputSettings

Configuration for the HLS TS Stream

Returns:

Find Examples