Open kodai100 opened 1 year ago
Hi @iKadmium .
I found an issue as follows.
MulticastSacnReceiverIPV4 has a method JoinMulticastGroup that the argument caps max universe value 63999. But a UniverseDiscoveryPacket is sent with group 64214 (239.255.250.214), so we can't join it via MulticastSacnReceiverIPV4.
JoinMulticastGroup
Thank you.
Not sure that's a bug. The sACN spec is written so that 63999 is the highest possible universe.
Hi @iKadmium .
I found an issue as follows.
MulticastSacnReceiverIPV4 has a method
JoinMulticastGroup
that the argument caps max universe value 63999. But a UniverseDiscoveryPacket is sent with group 64214 (239.255.250.214), so we can't join it via MulticastSacnReceiverIPV4.Thank you.