v50

latestOpenAPI 3.1.0raw.githubusercontent.com2024-10-175745153.1 KB
multistream

Retrieve Multistream Targets

get/multistream/target

Response

Success

idstring
namestring
userIdstring
urlstring uri required

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

disabledboolean

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

createdAtnumber

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

Example response

[
  {
    "id": "09F8B46C-61A0-4254-9875-F71F4C605BC7",
    "userId": "66E2161C-7670-4D05-B71D-DA2D6979556F",
    "url": "rtmps://live.my-service.tv/channel/secretKey",
    "createdAt": 1587667174725
  }
]