Home Page › Forums › Network Management › Request a new feature › IGMP-Proxy for IPTV
This topic contains 4 replies, has 0 voices, and was last updated by lorddy 7 years, 5 months ago.
-
AuthorPosts
-
February 23, 2009 at 8:45 am #41495
Hi!
For IPTV, the small program “IGMPproxy” has to be installed and configured on your Router…
So, it would be nice, if you can put this to your Image with the next release….
If you have Problems with the concifguration, I can help you.
Christoph
February 23, 2009 at 4:31 pm #47668Please, post here the configuration and the steps needed to build and install it in Zeroshell.
Regards
FulvioFebruary 23, 2009 at 10:36 pm #47669Hi…
here is a short HowTo to install the IGMP-Proxy in the Zeroshell…
The source you can get here :
http://sourceforge.net/projects/igmpproxy
Now compile the source on a machine with cc,gcc,make,etc… :
make clean
make config
make
Copy the resulting igmpproxy.conf, i copied to the rw folder /Database on the zeroshell Device.
For your iptables rules that forward the Multicast packages, you have to build a shellscript with the following content. The last line starts the igmpproxy…
iptables -I FORWARD -s 217.0.119.0/24 -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -s 193.158.35.0/24 -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -s 239.35.0.0/16 -d 224.0.0.0/4 -j ACCEPT
iptables -I INPUT -d 224.0.0.0/4 -j ACCEPT
iptables -I FORWARD -d 224.0.0.0/4 -j ACCEPT
igmpproxy &save this script to /Database/mediaload.sh and give chmod 775 to this file.
Edit the igmpproxy.conf to your needs…
Now you have to edit the startscript in the zeroshell webconfig tool and add the following lines :
cp /Database/igmpproxy /bin
cp /Database/igmpproxy.conf /etc
sh /Database/mediaload.shIf you have any problems, ask in this Topic…
Regards
Christoph
February 24, 2009 at 11:02 pm #47670Many thanks
FulvioAugust 17, 2011 at 5:20 am #47671Is this feature implemented in Zeroshell since then, or it need to be installed separately?
Updated: Is it possible to make “igmpproxy mod” similar to mods on http://0sh-mods.net/ ?
Updated: Compiled it, “installed” it and run it on my ZeroShell 1.0.beta12 box (P-III 500Mhz / 256Mb / 2 x Realtek 8139C + TP-Link TL-WN350GD). Processor load at 100% (via top) (and up to 160% via graphic statistics window).
So, udpxy (udp->http IPTV proxy) is my choice after it (since i need to watch IPTV on only one computer in LAN). Processor load maximum up to 20%.September 16, 2011 at 3:00 am #47672Is it possible to install the Enhanced Interior Gateway Routing Protocol – (EIGRP) onto ZeroShell?
If so how? also, the location of the *.CONF file and examples with Linux Commands?
-
AuthorPosts
You must be logged in to reply to this topic.