Live - DASH/HLS
DASH Live Manifest
GET
https://live.serverside.ai/dash/view/:channelId
Get a DASH Live manifest URL
Path Parameters
channelId
string
Id of the channel in serverside.ai
Query Parameters
api-key
string
Get it from the channel in serverside.ai
The media URL value from the response can be used to playback the asset in a video player.
Information regarding VAST tracking can be found in the related section.
HLS Live Manifest
GET
https://live.serverside.ai/hls/:channelId/master.m3u8
Get a HLS Live manifest
Path Parameters
channelId
string
Id of the channel in serverside.ai
Query Parameters
api-key
string
Get it from the channel in serverside.ai
Different from DASH the response is already the HLS manifest and no further request is needed.
Information regarding VAST tracking can be found in the related section.
Ad-Server Parameter
Most likely you will need an additional parameter in the query string to control the ad-server
Find additional information in the Ad-Server Parameter section
Last updated