/api/ices/receiver-apply
Use the interface to set icecast RX.
Request Mode
POST /api/ices/receiver-apply
| Name | Description |
|---|---|
| uid | Unique ID, non-0 value. |
| enable | Enable receiving. |
| 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. |