Sha256: e8806bbaa8f9deb8239b9823f4736867ba37b61a19db9d8ea85c87a7c5bfd3cd
Contents?: true
Size: 1.46 KB
Versions: 9
Compression:
Stored size: 1.46 KB
Contents
# MuxRuby::SimulcastTarget ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | ID of the Simulcast Target | [optional] **passthrough** | **String** | Arbitrary Metadata set when creating a simulcast target. | [optional] **status** | **String** | The current status of the simulcast target. See Statuses below for detailed description. * `idle`: Default status. When the parent live stream is in disconnected status, simulcast targets will be idle state. * `starting`: The simulcast target transitions into this state when the parent live stream transition into connected state. * `broadcasting`: The simulcast target has successfully connected to the third party live streaming service and is pushing video to that service. * `errored`: The simulcast target encountered an error either while attempting to connect to the third party live streaming service, or mid-broadcasting. Compared to other errored statuses in the Mux Video API, a simulcast may transition back into the broadcasting state if a connection with the service can be re-established. | [optional] **stream_key** | **String** | Stream Key represents an stream identifier for the third party live streaming service to simulcast the parent live stream too. | [optional] **url** | **String** | RTMP hostname including the application name for the third party live streaming service. | [optional]
Version data entries
9 entries across 9 versions & 1 rubygems