Skip to main content
PATCH
TypeScript

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

ID of the multistream target

Body

application/json
name
string
url
string<uri>
write-only

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

Pattern: ^(srt|rtmps?)://
Example:

"rtmps://live.my-service.tv/channel/secretKey"

disabled
boolean

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

Response

Success

Last modified on March 18, 2026