/api/live/receiver-select
Use the interface to set icecast RX.
Request Mode
POST /api/live/receiver-select
| Name | Description |
|---|---|
| uid | Unique ID, non-0 value. |
| enable | True: enable icecast; false: disable icecast. |
| name | Icecast RX name. |
| service-url | Icecast server URL. |
| room | Icecast stream name. |
| buffer-duration | Buffer time within [1,1000], in milliseconds. |
| headroom | Headroom, in decibels. |
Response Body
{
"status": 0
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |