I’m not able to receive dmx sACN commands from our etc ION console. if I use sACNView program I see the data, but in Unreal Engine DMX Channel Monitor, I don’t see anything coming in. In the log I don’t see any DMX or sACN messages.
Any idea?
Thank you.
Hanna
Never mind I figured out what is happening. One of our engineers, had assigned to the machine two ip addresses on the same subnet.
You can close it.
Thank you.
Hanna
Actually, there is a problem. When you have multiple network interfaces you will have the problem.
Where you don’t receive any data at all. It seems to UDP binding is set up right.
Thank you.
Hanna
Thank you Hanna for reporting the multi-interface issue. It is happening because it is using the default interface in the OS for the multicast membership. You can inspect this in Windows with the “route print” command and looking at the 0.0.0.0 line, and there are ways to change this default interface in Windows. The team will address the issue and not rely on the OS setting in a future release of UE.
Ok, I was able to fix this using by changing the NIC metric and that caused the network to use the lowest number interface for the main network.
Thank you.
Hanna