Norsk logo Developer Documentation
  • Norsk Media Typescript SDK
  • Type Aliases
  • PlaylistFrom
1.3.0-nightly-3b73a790 1.0.402 1.0.401 1.0.400

PlaylistFrom type

Where a playlist stream is served from: local = served locally from the engine’s own store, remote = pushed to a configured remote destination. Used by selectPlaylist() / selectLocalPlaylist() / selectPushedPlaylist() to route a single-origin set of playlists (e.g. from an NorskOutput.hlsTsCombinedPush() node) into a multivariant.

Signature:

export type PlaylistFrom = "local" | "remote";
PlaylistDiscontinuityMode PlaylistOnChangeFn

The source code for this UI is licensed under the terms of the MPL-2.0 license.