ROS7 - Vlan multicasting

I have a Mikrotik RB5009 and trying to get multicasting to work between VLAN 100 and 200. I’ve been looking at both IGMP proxy and PIM SM, but i cant wrap my head around how to configure it and cant get it working. Vlans are working fine, its just the multicast routing bit that i dont quite understand yet.Ive tried the examples, but they dont work - i think its because the examples provided are not using vlans/bridge combo?

Could anyone point me in the right direction or give me an example? Se attached image for networtk setup. My RB5009 is configured with a single bridge using VLAN100 + 200 and port 1, 2 and 3 on the bridge.

The router is running with no WAN for learning/testing purposes, im also using the latest stable ROS7
RB509.jpg

Have you tried the following config:

/routing igmp-proxy interface
add interface=VLAN100 upstream=yes
add interface=VLAN200

/ip firewall filter add action=accept chain=forward in-interface=VLAN100 out-interface=VLAN200

I’m not pretty sure myself if it’ll work because I myself am not very familiar with multicast routing

try this first

https://help.mikrotik.com/docs/display/ROS/PIM-SM

Yes, this is what i did and it is working now! My problem was having 2 NICs connected on my sender, disabled the interface not connected to the Mikrotik and it worked😊