Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 3.03 KB

multistreamtargetinput.md

File metadata and controls

19 lines (14 loc) · 3.03 KB

MultistreamTargetInput

Example Usage

import { MultistreamTargetInput } from "livepeer/models/components";

let value: MultistreamTargetInput = {
  url: "rtmps://live.my-service.tv/channel/secretKey",
};

Fields

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.