Hi,
In my network there are multiple multicast streams with different addresses, but with the same port. I tried to run an example from the asio library (example/multicast/receiver.cpp). In Windows it works fine but in linux if you run multiple copies of the application they receive all packets arriving on the specified port and ignore the broadcast address.
How to filter packets by multicast address? (senderEndpoint contain real IP, not multicast)