Nv2 routeros and multicast issues

I am trying to pass a multicast stream through a wireless PtP link using Nv2 standart. Actually, the link provides about 90mbps in desired direction.
As described in the wiki, if the multicast is sent from the station, the packets are sent at maximum speed with ACK to the AP. Some king as a regular unicast packet.
If the multicast is sent from the AP, the packet is transmited once to ALL stations (like a broadcast packet) without ACK at a basic rate with high power of the radio.
I tested it, and everything is as described in the wiki. But it makes no sense! Or makes sense only for very low multicast traffic, few packet per second.
When the multicast is transmitted from the station, the total bandwidth decreases dramatically to 50 mbps. No matter unicast or multicast. If the multicast is present - the link can not jump more than 50 mbps, even the status is showin negotiation at 150 mbps.
When the AP is transmitting the multicast, the things are even worst. The traffic drops to the almost lowest rate: 1-2 mbps. Actually, it depends of the setup of basic rates. So the maximum basic rate is 54mbs in “a” standart.
So, if you have 80mbps multicast streams - they will nevere pass the through the wireless link, even it is 90 mbps.
If you make the perfect link at 300 mbs - you still not be able to transfer more than 54mbps traffic including multicat.

I will glad to know, if there is any configuration that overrides these “features” described in the wiki and to fill the whole bandwidth with multicast packets ? Doesnt matter who is transmitting the multicast, ap or station, just to do not drop down the wireless speed.

I can imagine that it could help to span an EoIP-Tunnel through the wireless connection.
This way the wireless ap and station wouldn’t be able to distinguish between normal frames and broadcast/multicast frames.

You should try passing multicast inside a vpls tunnel.

It will cause a very small overhead on cpu usage, and you will gain ack on the radio link.

Best regards,

Thanks for the suggestions,
I will read the manual how to use EoIP and VPLS and will try the most effective solutions.
First of all, I have to move the link, since now it is diretly through the hill. And intersting, it is passing more than 100mbps…
Then I will write here what happens finally.

Today I tried it in the lab with two SXT using Nv2, ROS 5.6. The link throughtput is about 100-117 mps in one direction. 52/50 in both direction, UDP traffic.
It is strange that I spent about half day to setup EoIP tunnel using Winbox. Nothing happens, until I did try with script commands. Is it some problems with the Winbox ?
Anyway,
I did set it up and as you suggested me, the multicast traffic is working as you descibed. 97mbps of UDP multicast is passing the link + 8-10 mbps regular udp traffic.
But I still don’t know what will happen out of the lab and see if these streams are passing without loss of packets.
Soon I will try this also.