Hi Team Following is the issue I am facing while using mcproxy.
I have configured upstream interface as “eth0” and downstream interface as “eth2.1” as seen below. root@router0D0E0F:~# cat /etc/mcproxy.conf protocol IGMPv3; pinstance myproxy:"*eth0*" ==> "*eth2.1*" ; Traffic is sent from eth0 interface and received on eth2.1 interface as expected. *Issue:* Now, I changed upstream interface to eth2.1 and downstream to eth0 like below. root@router0D0E0F:~# cat /etc/mcproxy.conf protocol IGMPv3; pinstance myproxy:"*eth2.1*" ==> "*eth0*" ; In this case, if Traffic is still sent from eth0 interface, it is received on eth2.1 interface which should not be case. I think streaming should happen when traffic is sent from eth2.1 and received on eth0 ONLY. Please correct me if my understanding is wrong. Please provide your inputs on this behavior. Regards Siva Prasad On Mon, Feb 6, 2017 at 2:04 PM, Siva Prasad <[email protected]> wrote: > Hi Admin > > > > I am currently working on latest mcproxy (downloaded from > https://github.com/mcproxy/mcproxy ) > > > > Please help me with the following queries > > > > 1. Does this mcproxy support IGMPv3 ? (Source specific multicast ). > Please help me in understanding to what extent mcproxy supports IGMPv3 > (source specific multicast ) and limitations if any . > > 2. I see the mcproxy source code is written in CPP . Is the code > available in C programming language ?. > > > > Please help me with the following queries > > > > Thanks > > > > > > Regards > > Siva Prasad > -- You received this message because you are subscribed to the Google Groups "Multicast Proxy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
