HlsTsCombinedPushOutputNode class

Signature:

export declare class HlsTsCombinedPushOutputNode extends CmafNodeWithPlaylist<HlsTsCombinedPushMessage, "audio" | "video", HlsTsCombinedPushOutputNode>

Extends: CmafNodeWithPlaylist<HlsTsCombinedPushMessage, "audio" | "video", HlsTsCombinedPushOutputNode>

Properties

Property Type Description

onPlaylistAddition

((destinationId: DestinationId, pl: TsPlaylistAdditions) ⇒ TsPlaylist) | undefined

Methods

Method Modifiers Description

url()

Returns the URL to the locally-served HLS playlist. Unlike the per-track TS outputs, the combined-push node presents its playlist under the configured playlistName (program 1, stream 1), not the subscribed stream’s key, so the URL is fixed by configuration. Resolves once a stream is active.