Skip to main content
Version: v2

Other HLS player

When using THEOplayer, the player automatically discovers a distribution and selects the appropriate streaming protocol. However, for certain use cases you may need direct access to the HLS manifest URL — for example, to cast to a Chromecast device, play on a set-top box, or integrate with a third-party player.

The HLS manifest is accessible at a deterministic URL:

https://discovery.theo.live/v2/distributions/<distributionId>/hls/main.m3u8

Replace <distributionId> with your distribution identifier.

For HLS-TS specifically, the manifest is available at:

https://discovery.theo.live/v2/distributions/<distributionId>/hls-ts/main.m3u8
warning

The HLS-TS URL only works if HLS-TS output is enabled on the engine. See the streaming protocols guide for more information.