Device Discovery Protocol
The encoder can be discovered by using multicast protocol or SSDP.
Multicast
Obtain the basic configurations and status of the device, including device name, serial number, work status, and network status.
- Multicast address: 239.255.255.250
- Port: 2538
Response Body
{
"version":"1.0",
"flag":"ssip",
"product":"Ultra Stream",
"boxname":"[LH-SDI]-1.2.1",
"serialnumber":"A302190719003",
"wifiip":"192.168.48.1",
"ethip":"192.168.1.217",
"status":65600
}
Item | Description |
---|---|
version | Indicates the version of multicast communication protocol. |
flag | Indicates the flag of multicast communication protocol. |
product | Indicates product type. |
boxname | Indicates device name. |
serialnumber | Indicates device serial number. |
wifiip | Indicates IP address of Wi-Fi. |
ethip | Indicates IP address of Ethernet. |
status | Indicates Device Status Mask. |