Sha256: 6ec15f968ea09d370e12693bf7fb346da7d966f5296a0d5e7a5bc4ec94d87299

Contents?: true

Size: 1.15 KB

Versions: 6

Compression:

Stored size: 1.15 KB

Contents

# MuxRuby::CreateSimulcastTargetRequest

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **passthrough** | **String** | Arbitrary user-supplied metadata set by you when creating a simulcast target. | [optional] |
| **stream_key** | **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] |

## Example

```ruby
require 'mux_ruby'

instance = MuxRuby::CreateSimulcastTargetRequest.new(
  passthrough: null,
  stream_key: null,
  url: null
)
```

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
mux_ruby-3.20.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.19.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.18.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.17.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.15.0 docs/CreateSimulcastTargetRequest.md
mux_ruby-3.14.0 docs/CreateSimulcastTargetRequest.md