HlsTsCombinedPushOutputNode.url() method

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.

Signature:

url(): Promise<string>;

Returns:

Promise<string>