POST
/
multistream
/
target
curl --request POST \
  --url https://livepeer.studio/api/multistream/target \
  --header 'Authorization: Bearer <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "name": "my first multistream",
  "url": "rtmps://live.my-service.tv/channel/secretKey",
}'
[
  {
    "id": "09F8B46C-61A0-4254-9875-F71F4C605BC7",
    "name": "<string>",
    "disabled": true,
    "createdAt": 1587667174725
  }
]

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
name
string
url
string
required

Livepeer-compatible multistream target URL (RTMP(S) or SRT)

disabled
boolean

If true then this multistream target will not be used for pushing even if it is configured in a stream object.

Response

201 - application/json
id
string
name
string
disabled
boolean

If true then this multistream target will not be used for pushing even if it is configured in a stream object.

createdAt
number

Timestamp (in milliseconds) at which multistream target object was created