get-ndi-sources
Use the interface to obtain the available backup NDI channels when you configure the failover function.
HTTP Request
GET http://ip/mwapi?method=get-ndi-sources
Parameter |
Description |
method |
get-ndi-sources |
Response Body
{
"status": 0,
"sources": [
{
"ndi-name": "DESKTOP-ASCNS3Q (02-0 Eco Capture HDMI 4K M.2)",
"ip-addr": "192.168.1.110:5961"
},
{
"ndi-name": "DESKTOP-E1NO5G4 (02-0 Pro Capture HDMI 4K+)",
"ip-addr": "192.168.1.102:5961"
},
{
"ndi-name": "DESKTOP-G2E84KV (00-0 Pro Capture AIO 4K+)",
"ip-addr": "192.168.1.54:5961"
}
]
}
Name |
Description |
status |
0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |
sources |
Indicates the current available backup channel arrays. |