/api/ices/sender-info
Use the interface to obtain icecast TX information.
Request Mode
POST /api/ices/sender-info
Response Body
{
"status": 0,
"ices": [
{
"uid": 1,
"enable": true,
"name": "test1",
"service-url": "http://110.40.192.158:8000",
"username": "source",
"password": "hackme",
"state": "success"
}
]
}
Name | Description |
---|---|
status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
uid | Unique ID, non-0 value. |
enable | True: enable icecast; false: disable icecast. |
name | Icecast stream name |
service-url | Icecast server URL. |
username | Username of icecast server. |
password | Password of icecast server. |