NorskOutput.hlsTsVideoPush() method

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

Signature:

hlsTsVideoPush(settings: HlsTsVideoPushOutputSettings): Promise<HlsTsVideoPushOutputNode>;

Parameters

Parameter Type Description

settings

HlsTsVideoPushOutputSettings

Configuration for the HLS TS Stream

Returns:

Find Examples