Create a live entity
To start live streaming, you need to create an Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
/v1/live-entities
POST
https://api.uiza.io/api-live/owner/v1/live-entities
Request Body
Name
Type
Description
name
string
The entity's name.
description
string
An arbitrary string attached to the object. Often useful for displaying to users.
dvr
boolean
Indicates whether Digital Video Record (DVR) is enabled for the live_entity. Set as true
to enable and as false
to disable. The default value is false.
encoding_template
string
Indicates whether encoding mode is enabled for the live_entity. Set as sd, hd
or fhd
to enable and as none
to disable.
Sample Request
Last updated