Aim Wang
Aim Wang
Because kernel not support multicast route. Could you check kernel .config if set CONFIG_IP_MROUTE or not when build. igmp proxy and igmp snooping are implement on different topology. proxy for...
Igmp-snooping will snooping igmp packet to decide multicast transport to which ports. The igmp-snooping should be implemented on switch control ic. You have to ask ic vendor how to handle...
I add a new function doSendGeneralMembershipQuery() to send query to downstream interfaces. When receive MembershipQuery will only send query immediately, and do not change timer of sendGeneralMembershipQuery().
Media Server MembershipQuery Interval = 10 (Not default but exist) IGMP Proxy MembershipQuery Interval = 60 The media server send MembershipQuery but ignored by IGMP Proxy. Media will stop streaming...
Hi Pali, Thanks for your tips. I will find out why my kernel did not rejoin_groups when it received Membership_query. thank you very much.
Hi mutluit, see also: (Multicast with GRE) https://support.packet.com/kb/articles/multicast-with-gre
If you want order a remote MC from A to D, there are two hop between A,D named B, C. You will need run igmpproxy on all routers between serve...
I think this is what you need. http://troglobit.com/2016/07/05/multicast-routing-with-pim-sm-over-gre/
> > I think this is what you need. > > http://troglobit.com/2016/07/05/multicast-routing-with-pim-sm-over-gre/ > My use-case is to offer (near-)realtime multicast service (ie. UDP data) for subscribing users. User numbers can...