Option > simulcast

Return simulcast

This endpoint allows you to retrieve to update the simulcast.

put/1/videos/{channel}/simulcasts/{simulcast_platform}/{simulcast_config}

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

simulcast_platformstring required
simulcast_configstring required

Query parameters

account_idinteger required

Account identifier

The account identifier

Request body

application_namestring required

protocole

dest_streamstring

is a query string

enabledboolean required

Enable or disable the simulcast

hoststring

a strict string (no HTML/PHP tags or HTML entities allowed)

namestring required

Specify the name of the simulcast

portinteger

Example request

{
  "additional_config": {
    "auth_code": "4/0AfrIepCG4nEAOgImtJBq...",
    "description": "test",
    "dest_id": "108586665000121",
    "dest_type": "myTimeline",
    "facebook_access_token": "EAAW7Dkz4BX0BQ...",
    "facebook_user_id": "108586665000121",
    "privacy": "public",
    "title": "test"
  },
  "application_name": "rtmp",
  "dest_stream": "\"Hello world ! 😊\"",
  "host": "live-api-s.social_media.com",
  "name": "Plop"
}

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.