caas
  • What are the configurations of the HLS video we deliver?
  • What is required in order to play the videos?
  • What if the HLS videos are not playing?
  • How to fix CORS issue?
  • How to test HLS streams?
  • Where can I get the API token?
  • How to retrieve metadata from my inventory?
  • How to retrieve genre list?
  • How to retrieve category list?
  • How to set up my AWS S3 bucket to receive the files?
Powered by GitBook
On this page

Was this helpful?

What are the configurations of the HLS video we deliver?

For an HD title, the HLS stream contains the below renditions:

  • 1920x1080

  • 1280x720

  • 840x480

  • 640x360

  • 426x240

Note: The stream will automatically adapt to the best - suiting rendition when played, ensuring viewing experiences across devices, playback platforms, and network conditions.

The path to the index files are structured as followed:

Main file: 88074/main/play-88074.m3u8

Trailer file: 88074/trailer/play-88074.m3u8

88074 is the title ID that can be queried from our API.

NextWhat is required in order to play the videos?

Last updated 8 months ago

Was this helpful?