{
  "id": "09F8B46C-61A0-4254-9875-F71F4C605BC7",
  "name": "My Multistream Target",
  "url": "rtmps://live.my-service.tv/channel/secretKey",
  "disabled": "boolean",
  "createdAt": 1587667174725
}

Multistream target object

id
string

Unique identifier for the multistream target.

name
string

Name of the multistream target.

url
string

Livepeer-compatible multistream target URL (RTMP(S) or SRT). This URL is used for streaming to the target platform.

disabled
boolean

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

createdAt
number

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