What kind of switch is this (model and perhaps firmware version)? Because if IGMP snooping in the switch is disabled then multicast packets will be handled as broadcast and flooded to all interfaces which belongs to the same VLAN except the interface which the packet arrived at. I have not dug into how the IGMP snooping will perform if there is no IGMP querier available but that sound somewhat odd to me that it would start to flood the packets as broadcast just because of that. Perhaps there is some setting for the IGMP snooping in your switch which can take control of this behaviour? From Allied Telesyn docs: " When IGMP snooping is enabled, the switch listens to IGMP membership reports, queries, and leave messages to identify which ports are members of multicast groups. Multicast traffic is then forwarded only to ports that are members of the multicast group. " which gives if there are no members the traffic will be dropped by the switch (not forwarded at all). In the case of Allied Telesyn there is also settings for which multicast addresses the IGMP snooping should act on (all, multicastrouter, default or ip) - perhaps this is a mismatch between your switch and your developers? You can also often configure the IGMP in the switch statically (as workaround) which will force the switch to forward a particular multicast address to specific interfaces (which should avoid having your other interfaces being flooded).
... View more