Guides
Integration Guide

Entrypoints

5min

Dependent on the product license model LiSA exposes different entrypoints for streaming a live show and show replay pages.

The entrypoints described in this section base on the URL that hosts the LiSA viewer app. The examples in this section reference the standard URL as provided by LiSA:

LiSA viewer app URL example


Current/Most Recent Live Show

The current or most recent live show entrypoint is always the LiSA viewer app’s root:

Root entry point


The current show is either currently live, upcoming or the most recently conducted show.

Concurrent Live Show

The entrypoint of a concurrent live show consists of the following URI segments:

  • s — Show
  • :show_id — Show identifier
Show ID URL example


The show identifier is available in the attributes section of the show detail view in the LiSA backend.

Channel

LiSA Multi-X introduces configurable channels. A channel’s entry point consists of the following URI segments:

  • channel — Channel
  • :slug — The channels slug.
Channel URL example


Similar to the Current/Most Recent Live Show entrypoint, this entrypoint show’s a channels currently live, upcoming or the most recently conducted show.