Multistream target
Update a multistream
PATCH
/
multistream
/
target
/
{id}
Authorization
Path
Body
curl --request PATCH \
--url https://livepeer.studio/api/multistream/target/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>",
"url": "rtmps://live.my-service.tv/channel/secretKey"
}'
This response has no body data.
Authorizations
Authorization
string
headerrequiredBearer api-key
Path Parameters
id
string
requiredID of the multistream target
Body
application/json
disabled
boolean
If true then this multistream target will not be used for pushing even if it is configured in a stream object.
name
string
url
string
Livepeer-compatible multistream target URL (RTMP(S) or SRT)
Was this page helpful?
curl --request PATCH \
--url https://livepeer.studio/api/multistream/target/{id} \
--header 'Authorization: <authorization>' \
--header 'Content-Type: application/json' \
--data '{
"disabled": true,
"name": "<string>",
"url": "rtmps://live.my-service.tv/channel/secretKey"
}'
This response has no body data.