NorskOutput.hlsTsCombinedPush() method

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

Signature:

hlsTsCombinedPush(settings: HlsTsCombinedPushOutputSettings): Promise<HlsTsCombinedPushOutputNode>;

Parameters

Parameter Type Description

settings

HlsTsCombinedPushOutputSettings

Configuration for the HLS TS Stream

Returns:

Find Examples