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
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"data": {
"id": "8cf47749-1fa4-40e9-8303-580b34f14683",
"name": "Replay name3333",
"url": "rtmp://a.rtmp.youtube.com/live2",
"key": "0df3-76bz-6t4r-1by5xxxxxx",
"status": "enable",
"created_at": "2020-06-24T16:25:58Z",
"updated_at": "2020-06-24T16:25:58Z"
}
}{
"message": "You are unauthorized to access the requested resource. Please verify and resubmit.",
"error_type": "invalid_request_error"
}{
"message": "The live entity you requested does not exist.",
"error_type": "invalid_request_error"
}{
"message": "An unexpected error occurred on Uiza's end.",
"error_type": "api_error"
}Last updated