Start livestream
PUT/livestreams/:livestreamId/start
Starts a Livestream
and activates the live ingest.
Once started, an RTMP encoder can connect to the provided inputs
(with the stream key being the last part of the URL path).
Choose a preferred encoder, like Open Broadcaster Software (OBS), FFmpeg, or others.
The playouts
returned contain HLS playlist URLs for each input. This URL can be used in a (client-side) video player capable of HLS streaming video playback.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Successful response.
Unauthorized access.
Access forbidden.
Given resource was not found.
Invalid data provided.