Skip to main content
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.
Calling this endpoint for an automatically published schedule is rejected.

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_publish is true.
  • 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

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

id
string
required
Pattern: ^[a-zA-Z0-9]{1,13}$

Response

The request has succeeded.

data
object
errors
object[]