The configuration of Deltacast ST 2110 devices is similar to AJA devices. It is all about the JSON configuration of the device ports to set the network parameters (IP addresses of senders and receivers, network masks, etc.).
The format of the JSON looks like this:
{
"tx2110Setup":
{
"ethPort":0,
"DHCP":"true",
"ipAddress":"127.0.0.1",
"subnetMask":"255.255.255.0",
"gateWay":"127.0.0.1",
"ipAddressMulticast":"239.1.32.32",
"udpPort":16
},
"rx2110Setup":
{
"ethPort":0,
"DHCP":"true",
"ipAddress":"127.0.0.1",
"subnetMask":"255.255.255.0",
"gateWay":"127.0.0.1",
"ipAddressMulticast":"239.1.32.32",
"udpPort":16
}
}
You can find a reference file attached to the article.
The property to set a path to your JSON file is "dc.ip_config".
You can set it either in the system registry:
Computer\HKEY_CURRENT_USER\SOFTWARE\Medialooks\MFormats\MFRenderer\DC
Computer\HKEY_CURRENT_USER\SOFTWARE\Medialooks\MFormats\MFLive\MFDeviceDC
or set it with the PropsSet method.