Multicast MAVlink over UDP to multiple Mission Planner GCS

Does anybody knows how can I receive UDP with MAVlink from multicast UDP packets? I can stream UDP multicast from Ardupilot to multiple GCS. Can I redirect multicast packets (e.g. 224.1.1.1) to localhost interface (127.0.0.1) or subscribe to it somehow?

mp support unicast udp and broadcast udp, but does not subscribe to multicast ip’s