Multistream target
Create a multistream
POST
/
multistream
/
target
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
url
string
requiredLivepeer-compatible multistream target URL (RTMP(S) or SRT)
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.
Response
201 - application/json
id
string
name
string
userId
string
deprecateddisabled
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
Was this page helpful?