Device Discovery Protocol
You can discover an encode through multicast protocol or using SSDP.
Multicast
Obtain the basic configurations and status of the device, including device name, serial number, running status, and network status.
- Multicast address: 239.255.255.250
- Port: 2538
Response Body
{
"version":"1.0",
"flag":"ssip",
"product":"Ultra Encode",
"boxname":"[LH-SDI]-1.2.1",
"serialnumber":"A304200908001",
"wifiip":"192.168.48.1",
"ethip":"192.168.1.217",
"status":65600
}
Item | Description |
---|---|
version | Indicates the multicast protocol version. |
flag | Indicates flag of the multicast protocol. |
product | Indicates product type. |
boxname | Indicates device name. |
serialnumber | Indicates device serial number. |
wifiip | Indicates IP address for Wi-Fi. |
ethip | Indicates IP address for Ethernet. |
status | Indicates Device Status Mask. |