You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If sACN is sent to the wrong multicast group (e.g. multicast data for universe 2 is sent to 239.255.0.1) the application will still recognize it as valid sACN.
We should either fail reception entirely in this case, or, show an error for the universe
The text was updated successfully, but these errors were encountered:
This was, sort of, by design. It was a artifact of the unicast support.
Should we have a tickbox (enabled by default?) in preferences to allow reception on invalid multicast?
I would vote for rejection by default - if I recall this caused confusion where someone was testing a device that didn't use multicast addresses correctly, sACNView showed it just fine but gateways wouldn't receive it. We don't want to encourage people to put hundreds of universes on one multicast address :-)
I'll skip the preferences option, it's getting full.... maybe later we have options to allow/disallow Broadcast/Multicast/Unicast/Wrong mutlicast/et cetera.
For now I'll just fix the bug!
If sACN is sent to the wrong multicast group (e.g. multicast data for universe 2 is sent to 239.255.0.1) the application will still recognize it as valid sACN.
We should either fail reception entirely in this case, or, show an error for the universe
The text was updated successfully, but these errors were encountered: