I recently changed my old router to Mikrotik RB951 with routerOS v6.43.8.
Configured Multicast as follows:
IGMP Proxy. Added wan interface as an upstream interface with 0.0.0.0/0 as alternative subnet.
IGMP Proxy. Added all interfaces with no configuration.
Firewall. Allow UDP/IGMP input traffic, Allow UDP/IGMP forward traffic.
Trying to reach udp://@233.136.41.158:1234 via VLC.
\
- Using my old router first packet captured:
Source - myPC, Destination - 233.136.41.158, Membership Report group 233.136.41.158
and then UDP traffic flows. Stream working ok.
-Using Mikrotik router first packets captured:
Source - myPC, Destination - 224.0.0.251, Membership Report group 224.0.0.251
Source - myPC, Destination - 224.0.0.252, Membership Report group 224.0.0.252
Source - myPC, Destination - 236.255.255.250, Membership Report group 239.255.255.250
UPD traffic not flowing, stream not working. Not sure why wrong group is used.
Any ideas what might be wrong?