NorskOutput.hlsWebVttPush() method

Produces WebVTT segments with the supplied settings for use in HLS or DASH manifests and pushes them to the configured location

Signature:

hlsWebVttPush(settings: HlsWebVttPushOutputSettings): Promise<HlsWebVttPushOutputNode>;

Parameters

Parameter Type Description

settings

HlsWebVttPushOutputSettings

Configuration for the CMAF WebVTT Stream

Returns:

Find Examples