Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 1023 Bytes

CreateSimulcastTargetRequest.md

File metadata and controls

14 lines (7 loc) · 1023 Bytes

CreateSimulcastTargetRequest

Properties

Name Type Description Notes
passthrough String Arbitrary user-supplied metadata set by you when creating a simulcast target. [optional]
streamKey String Stream Key represents a stream identifier on the third party live streaming service to send the parent live stream to. Only used for RTMP(s) simulcast destinations. [optional]
url String The RTMP(s) or SRT endpoint for a simulcast destination. * For RTMP(s) destinations, this should include the application name for the third party live streaming service, for example: `rtmp://live.example.com/app`. * For SRT destinations, this should be a fully formed SRT connection string, for example: `srt://srt-live.example.com:1234?streamid={stream_key}&passphrase={srt_passphrase}`. Note: SRT simulcast targets can only be used when an source is connected over SRT. [optional]