import { MultistreamTargetInput } from "livepeer/models/components";
let value: MultistreamTargetInput = {
url: "rtmps://live.my-service.tv/channel/secretKey",
};
Field | Type | Required | Description | Example |
---|---|---|---|---|
name |
string | ➖ | N/A | |
url |
string | ✔️ | Livepeer-compatible multistream target URL (RTMP(S) or SRT) | 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. |