Create live stream
CreateLiveStream
Creates a new live stream.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
If true, the live stream's ingest URL will be proxied through an alternative ingest server.
If true, the live stream will have a secondary output (and separate transcoding pipeline). This comes at an additional cost.
Body
The name of the video. This is a canonical name that is independent of locales, and is primarily meant for internal
purposes (e.g. a name for tracking in analytics). For end-user facing purposes, use localized_title.
REGION_UNSPECIFIED, REGION_AF, REGION_AS, REGION_EU, REGION_NA, REGION_OC, REGION_SA A map of localized titles for this stream, for end users to see. The key is the language code (ISO 639 - set 1), e.g. "en", "de", "fr", etc. If you want to localize the text for different regions of the same language, you can add the country code (ISO 3166-1 alpha-2), e.g. "en-US", "en-GB", etc.
If this is not provided, fallback to name.
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
OK

