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
Hi Sebastian
I am using mcproxy for openwrt routers . I am finding difficulty in configuring mcproxy .
Could you please help in basic configuration of mcproxy .
Thanks
Regards
Siva Prasad
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