HlsTsCombinedPushOutputSettings interface

Settings for a HLS Transport Stream Combined Push Output see NorskOutput.hlsTsCombinedPush()

Signature:

export interface HlsTsCombinedPushOutputSettings extends SinkNodeSettings<HlsTsCombinedPushOutputNode>

Properties

Property Type Description

destination

CmafDestinationSettings

The destination CmafDestinationSettings for this stream to be published to

m3uAdditions?

string

(Optional) Directives to add to the m3u media playlists

name?

string

(Optional) The name to use for the playlist in a multivariant playlist

playlistName

string

The name of this media playlist (.m3u8 will be added onto this field to generate a filename)

segmentDurationSeconds

number

The target segment duration in seconds. Norsk will use the framerate of the video stream in order to produce compliant segments that are less than or equal to this in duration, with audio packaged alongside using timestamps to line them up