cURL
curl --request POST \ --url https://api.mottostreaming.com/streaming/simulcasts/v1 \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "rtmp_target": { "url": "<string>", "stream_key": "<string>" }, "srt_target": { "url": "<string>" } }'
{ "simulcast": { "id": "<string>", "name": "<string>", "status": "SIMULCAST_STATUS_UNSPECIFIED", "rtmp_target": { "url": "<string>", "stream_key": "<string>" }, "srt_target": { "url": "<string>" }, "is_external": true } }
CreateSimulcast
Creates a new simulcast.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
OK
The response is of type object.
object