Streams
Get clips
Get list of non expired instant clips for a stream.
You can now use both MP4 just-in-time packager and HLS for all clips. Get URLs from “hls_master
” and “mp4_master
”.
How to download renditions of clips: URLs contain “master” alias by default, which means maximum available quality from ABR set (based on height metadata). There is also possibility to access individual bitrates from ABR ladder. That works for both HLS and MP4. You can replace manually “master” to a value from renditions list in order to get exact bitrate/quality from the set. Example:
- HLS 720p:
https://CID.domain.com/rec/`111_1000`/`rec_d7bsli54p8n4_qsid42_master`.m3u8
- HLS 720p:
https://CID.domain.com/rec/`111_1000`/`rec_d7bsli54p8n4_qsid42_media_1_360`.m3u8
- MP4 360p:
https://CID.domain.com/rec/`111_1000`/`rec_d7bsli54p8n4_qsid42_master`.mp4
- MP4 360p:
https://CID.domain.com/rec/`111_1000`/`rec_d7bsli54p8n4_qsid42_media_1_360`.mp4
GET
Authorizations
API key for authentication.
Path Parameters
Stream ID
Response
200
application/json
Successful
The response is of type object[]
.