get-ndi-sources
Use this interface to obtain NDI sources within the same LAN when starting NDI|HX services.
HTTP Request
GET http://ip/usapi?method=get-ndi-sources
Parameter | Description |
---|---|
method | get-ndi-sources |
Response Body
{
"result": 0
"ndi-sources": [
{
"ndi-name": "ULTRA ENCODE (A304220101001)",
"ip-addr": "10.10.13.247:5962"
}
]
}
Item | Description |
---|---|
result | 0 indicates that the request was accepted successfully. Refer to API Status Codes to find specific description for other values. |