Live Streams
Create live stream
CreateLiveStream
Creates a new live stream.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
Available options:
REGION_UNSPECIFIED
, REGION_AF
, REGION_AS
, REGION_EU
, REGION_NA
, REGION_OC
, REGION_SA
Accept input from the input source.
If set to false, the live stream will not accept input from the input source
regardless of the input source's state (e.g., the input source is live).
If set to true, the live stream will accept input from the input source
if the input source is live.
By default, it is set to true
.
Priority of the live stream. This is used to sort the live streams and to discover the next live stream to run when multiple streams are connected to a shared ingest.
Response
200
application/json
OK