diff --git a/README b/README index 61a82fc..af0ab39 100644 --- a/README +++ b/README @@ -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