Livestream
Add a multistream target
POST
/
stream
/
{id}
/
create-multistream-target
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
id
string
requiredID of the parent stream
Body
application/json
profile
string
requiredName of transcoding profile that should be sent. Use "source" for pushing source stream data
Required string length:
1 - 500
videoOnly
boolean
default: falseIf true, the stream audio will be muted and only silent video will be pushed to the target.
id
string
ID of multistream target object where to push this stream
spec
object
Inline multistream target object. Will automatically create the target resource to be used by the created stream.
Was this page helpful?