cURL
curl --request GET \ --url https://api.mottostreaming.com/streaming/simulcasts/v1/{simulcast_id} \ --header 'Authorization: Bearer <token>'
{ "simulcast": { "id": "<string>", "name": "<string>", "status": "SIMULCAST_STATUS_UNSPECIFIED", "rtmp_target": { "url": "<string>", "stream_key": "<string>" }, "srt_target": { "url": "<string>" }, "is_external": true } }
GetSimulcast
Returns information about the simulcast.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
Show child attributes
Id of the simulcast
Name of the simulcast
SIMULCAST_STATUS_UNSPECIFIED
SIMULCAST_STATUS_IDLE
SIMULCAST_STATUS_STARTING
SIMULCAST_STATUS_ACTIVE
SIMULCAST_STATUS_STOPPED
SIMULCAST_STATUS_FAILED
RTMP target. The stream_key may be included in the url.
RTMP stream key. This may be left empty if the stream_key is in the url.
SRT target. This should be the full SRT url to simulcast to, including any parameters that may be included (e.g. streamid, passphrase and latency).
streamid
passphrase
latency
If true, this indicates the simulcast is configured to operate in a third-party environment like Cloudflare. This means that some features may not be available.