Live - DASH/HLS
Last updated
Last updated
GET
https://live.serverside.ai/dash/view/:channelId
Get a DASH Live manifest URL
channelId
string
Id of the channel in serverside.ai
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.
GET
https://live.serverside.ai/hls/:channelId/master.m3u8
Get a HLS Live manifest
channelId
string
Id of the channel in serverside.ai
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.
Most likely you will need an additional parameter in the query string to control the ad-server
Information regarding can be found in the related section.
Find additional information in the section