F
F
FiW2011-10-17 10:11:24
ASUS
FiW, 2011-10-17 10:11:24

Tomato firmwares & IPTV?

I did not create a topic for the sake of a small fix, so I am writing here.
On most Tomato firmwares (except Toastman's) IPTV does not work, regardless of whether multicast is enabled. Google suggests that there is no right solution and suggests dancing with a tambourine - allocate a port for IPTV. For owners of HTPC / media centers, this is not acceptable.
Here is actually a small firewall script that solves this problem:

if [ -f /etc/igmp.conf ]; then<br/>
 grep ppp0 /etc/igmp.conf<br/>
 if [ $? -eq 0 ]; then<br/>
 sed -i 's/ppp0/vlan2/' /etc/igmp.conf<br/>
 killall igmpproxy<br/>
 igmpproxy /etc/igmp.conf<br/>
 fi<br/>
fi

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
sdm, 2011-10-18
@sdm

This is not a firewall script, this is a script for launching the igmpproxy software (there is an assumption that it still needs to be installed beforehand). And about iptv, I can say that in my case everything works, tomatousb firmware.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question