HlsTsAudioOutputSettings interface
Settings for a HLS TS Audio Output see NorskOutput.hlsTsAudio()
Signature:
export interface HlsTsAudioOutputSettings extends SinkNodeSettings<HlsTsAudioOutputNode>
Extends: SinkNodeSettings<HlsTsAudioOutputNode>
Properties
Property | Type | Description |
---|---|---|
number |
(Optional) Audio bitrate for the NorskOutput.hlsTsMultiVariant() playlist |
|
A list of destinations CmafDestinationSettings for this stream to be published to |
||
string |
(Optional) Directives to add to the m3u media playlist |
|
"enabled" | "minimal" | "none" |
(Optional) |
|
string |
(Optional) XML fragment to add to the mpd Representation element |
|
string |
(Optional) The name to use for the playlist in a multivariant playlist |
|
boolean |
(Optional) Whether to insert a program date-time directive on every segment. Not required to produce spec-compliant playlists, but may be useful for inspection or playlist manipulation |
|
(Optional) Optional stategy to be used in creating segments of the correct length care should be taken to not supply values that result in segments of an invalid length |
||
number |
The target segment duration in seconds. Norsk will make the largest segments it can without going over this target using the durations of the individual audio frames |