Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question