/api/ices/list-streams
Use the interface to list all icecast streams.
Request Mode
POST /api/ices/list-streams
Response Body
{
"streams": [
{
"room": "icecast_02",
"content-type": "audio/aac",
"is-magewell": true
},
{
"room": "test1",
"content-type": "audio/aac",
"is-magewell": true
}
],
"status": 0
}
| Name | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes. |
| streams[i].room | Stream name. |
| streams[i].content-type | Stream type. |
| streams[i].is-magewell | True: the stream is a Magewell stream. False: the stream is not a Magewell stream. |