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

delayOutputMs?

number

(Optional) By default, the program date time or event start time will be based on the timestamp of the first video packet received by Norsk in a stream.

Assuming minimal latency in Norsk itself, this behaviour is fine - but encodes and composition or synchronisation with external streams can then result in players requesting segments that don’t exist yet

delayOutputMs can be used to push the timestamp forwards so that players can calculate the edge of the stream accurately.

This number should match the delayOutputMs of other streams which will be served within the same master playlist

destination

CMAFDestinationSettings

The destination CMAFDestinationSettings for this stream to be published to

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