Updated README.

This commit is contained in:
Rolf Ahrenberg 2012-06-03 12:24:09 +03:00
parent af85ef1703
commit 763c83209d
1 changed files with 4 additions and 1 deletions

5
README
View File

@ -106,12 +106,15 @@ Configuration:
- UDP multicast rules for iptables firewall
# Multicast UDP -packets
# Multicast UDP packets
iptables -A INPUT -i eth0 -p udp -d 224.0.0.0/4 --dport 1234 -j ACCEPT
# IGMP required by multicasts
iptables -A INPUT -i eth0 -p igmp -d 224.0.0.0/4 -j ACCEPT
# Default routing for multicast
route add -net 224.0.0.0 netmask 224.0.0.0 eth0
External streaming:
- To watch an externally received channel add an EXT entry to channels.conf