I think I might be misunderstanding something about how Meraki handles multicast. We have 4 scenarios, but only 3 work.
1. broken - two laptops in a client/server pair. the client says "_simlink._tcp.local" queries looking for its server, the server is constantly broadcasting its address. When the two are wired on vlan 10, it works perfectly. When the two are connected wirelessly through an MR42 to vlan 10, the traffic can't make it through, according to Wireshark. It looks like some apple bonjour traffic from other devices on vlan 10 is making it through, but not the traffic we're looking for
2. working - apple devices using the bonjour gateway. easy peasy, just not relevant above since we're not sending traffic to a different network.
3. working - video encoders and decoders using the IGMP querier settings in meraki, all within same vlan
4. working - video encoders and decoders using the PIM sparse mode through a nexus switch, to traverse vlans.
We're trying to figure out how to get the first scenario working, where we don't need to traverse vlan, it's not apple's bonjour, and as far as I'm aware, we don't need IGMP. Thanks in advance.