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 |
encoding_template | string | Indicates whether encoding mode is enabled for the live_entity. Set as |
Sample Request
Last updated