set-channel
Use the interface to select current source to decode.
HTTP Request
GET http://ip/mwapi?method=set-channel&ndi-name=true&name=xxx
| Parameter | Description |
|---|---|
| method | set-channel |
| ndi-name | Indicates whether the selected source is an NDI source. Options are true and false. |
| name | Indicates the selected source name. |
Example
{
"status": 0,
}
| Parameter | Description |
|---|---|
| status | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |