Scheduled Broadcasts
Go Live on a Scheduled Broadcast
POST /2/broadcasts/scheduled/:id/live publishes a scheduled broadcast that was created or updated with manual_publish: true.
POST
Go live on a scheduled broadcast
Publishes a scheduled broadcast that was created or updated with
manual_publish: true. :id is the alphanumeric broadcast_id. This endpoint has no request body.
Before calling this endpoint
1
Enable manual publishing
Create or update the broadcast with
manual_publish: true.2
Start sending RTMP video
Push video to the broadcast’s source.
3
Confirm the source is active
The source must be actively receiving video for the broadcast to publish.
If a go-live request fails
- Confirm
manual_publishistrue. - Confirm the source ID is correct.
- Confirm RTMP video is actively reaching the source.
- Confirm the broadcast has not already ended or been deleted.
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Path Parameters
Pattern:
^[a-zA-Z0-9]{1,13}$