Multicast: Difference between revisions
Appearance
Content deleted Content added
clarify slightly |
No edit summary |
||
| Line 40: | Line 40: | ||
smcroute -l $DEVICE 234.81.130.4 |
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. |
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 == |
== Example Notes == |
||