Create a live relay
A Relay is ingesting object that contains the information required to access 3rd ingest servers (a.k.a RTMP/broadcast destination). Use the key and url to configure it.
/v1/live-entities/:id/relays
POST
https://api.uiza.io/api-live/owner/v1/live-entities/:id/relays
Path Parameters
Name | Type | Description |
---|---|---|
id | String | The identifier of the live entity you want to create a new relay into it. |
Request Body
Name | Type | Description |
---|---|---|
name | String | The name of your broadcast destination. |
url | string | The new RTMP server endpoint to be updated, make sure it included the |
key | string | The key of your new RTMP server that you want the live entity relay to. |
The relay information is included in a live entity.
Sample Request
Last updated