v50

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-175745153.1 KB
room

Start room RTMP egress

Create a livestream for your room. This allows you to leverage livestreaming features like recording and HLS output.

post/room/{id}/egress

Path parameters

idstring required

Request body

streamIdstring required

The ID of the Livepeer Stream to stream to

Example request

{
  "streamId": "aac12556-4d65-4d34-9fb6-d1f0985eb0a9"
}

Response

Success