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";