Skip to content

Commit

Permalink
api-reference: added mp4 outputs to playback endpoint example (#329)
Browse files Browse the repository at this point in the history
  • Loading branch information
gioelecerati committed Feb 15, 2023
1 parent 70a2a16 commit f73fd6c
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pages/reference/api/get-playback.en-US.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,28 @@ curl 'https://livepeer.studio/api/playback/{id}'
"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://lp-playback.com/hls/b865nt7lyv07irgb/index.m3u8"
"url": "https://asset-cdn.lp-playback.monster/hls/1bde4o2i6xycudoy/index.m3u8"
}
]
}
Expand Down

1 comment on commit f73fd6c

@vercel
Copy link

@vercel vercel bot commented on f73fd6c Feb 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./

docs-livepeer.vercel.app
docs-git-main-livepeer.vercel.app
docs.livepeer.org

Please sign in to comment.