Create A Live Entity
To start live streaming, you need to create an Live Entity object. Once the request is received, Uiza will allocate resources to serve your live stream.
/v1/live_entities
POST
https://api.uiza.sh/v1/live_entities
Request Body
Name | Type | Description |
---|---|---|
name | string | The live entity name with maximum 100 characters. |
region | string | Select one available region in Usa Network that is closest to the streamer location |
description | string | An arbitrary string attached to the object. Often useful for displaying to users. |
dvr | boolean | Indicates whether Digital Video Recorder (DVR) is enabled for the |
encode | boolean | Indicates whether encoding mode is enabled for the |
preset_id | string | The identifier of the |
relay | array | A list of ingest servers to be relayed. Contains |
Defining your region helps Uiza allocate the resources that are closest to your streamers' locations. This will minimize the risks of network issues. While we are adding more and more regions to our network, here are the currently available regions.
in-bangalore-1
(Bangalore - India)
in-mumbai-1
(Mumbai - India)
sg-singapore-1
(Singapore - Singapore)
Last updated