mirror of
				https://github.com/rofafor/vdr-plugin-iptv.git
				synced 2023-10-10 11:37:03 +00:00 
			
		
		
		
	Updated README.
This commit is contained in:
		
							
								
								
									
										5
									
								
								README
									
									
									
									
									
								
							
							
						
						
									
										5
									
								
								README
									
									
									
									
									
								
							@@ -106,12 +106,15 @@ Configuration:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
- UDP multicast rules for iptables firewall
 | 
					- 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
 | 
					  iptables -A INPUT -i eth0 -p udp -d 224.0.0.0/4 --dport 1234 -j ACCEPT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  # IGMP required by multicasts
 | 
					  # IGMP required by multicasts
 | 
				
			||||||
  iptables -A INPUT -i eth0 -p igmp -d 224.0.0.0/4 -j ACCEPT
 | 
					  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:
 | 
					External streaming:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
- To watch an externally received channel add an EXT entry to channels.conf
 | 
					- To watch an externally received channel add an EXT entry to channels.conf
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user