Retrieve Playback Info
You can retrieve the playback information by calling the GET
playback endpoint with the playbackId
.
Request
curl 'https://livepeer.studio/api/playback/{id}'
Response
200 OK
{
"type": "vod",
"meta": {
"source": [
{
"hrn": "HLS (TS)",
"type": "html5/application/vnd.apple.mpegurl",
"url": "https://lp-playback.com/hls/b865nt7lyv07irgb/index.m3u8"
}
]
}
}