Skip to content
Welcome to the new, unified Livepeer documentation! 👋
Reference
Retrieve Playback Info

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": "MP4",
          "type": "html5/video/mp4",
          "url": "https://asset-cdn.lp-playback.monster/hls/1bde4o2i6xycudoy/static360p0.mp4",
          "size": 494778,
          "width": 204,
          "height": 360,
          "bitrate": 449890
      },
      {
          "hrn": "MP4",
          "type": "html5/video/mp4",
          "url": "https://asset-cdn.lp-playback.monster/hls/1bde4o2i6xycudoy/static720p0.mp4",
          "size": 1869154,
          "width": 406,
          "height": 720,
          "bitrate": 1996936
      },
      {
        "hrn": "HLS (TS)",
        "type": "html5/application/vnd.apple.mpegurl",
        "url": "https://asset-cdn.lp-playback.monster/hls/1bde4o2i6xycudoy/index.m3u8"
      }
    ]
  }
}