Multicast: Difference between revisions

(clarify slightly)
No edit summary
 
smcroute -l $DEVICE 234.81.130.4
 
see for forwarding statistics:
 
cat /proc/net/ip_mr_cache && ip mroute show
 
now ffmpeg, vlc or other client can be ran elsewhere on the internal network, if their ethernet interfaces do not have legacy ip addresses and the client does not specify an interface for IGMP, use <code>ip route add 234.81.130.4</code> on these devices with a device aiming towards the PPPoE host system.
 
 
 
== Example Notes ==