Multicast
#automatic multicast AMT (anycast address: 192.52.193.1)
https://datatracker.ietf.org/doc/rfc7450/
https://issues.sonatype.org/browse/OSSRH-9533
https://github.com/cisco/SSMAMTtools
http://comments.gmane.org/gmane.ietf.mboned/4255
http://www.utdallas.edu/~ksarac/amt/
build this with: ./configure CFLAGS="-Wno-error"
#global table multicast
http://tools.ietf.org/html/draft-zzhang-l3vpn-mvpn-global-table-mcast-04
#multicast peering
https://tools.ietf.org/html/draft-tarapore-mboned-multicast-cdni-03
#openvpn igmp snooping patch
https://community.openvpn.net/openvpn/ticket/79
#iperf receive
iperf -s -u -B 239.100.2.3
#iperf send
iperf -c 239.100.2.3 -b 100 -u -t 120 -i 1
#multicast snooping on bridge
echo 0 > /sys/devices/virtual/net/br-lan/bridge/multicast_snooping
#bridge
http://www.linuxfoundation.org/collaborate/workgroups/networking/bridge#Snooping
#on debian:
echo 0 > /proc/sys/net/ipv4/icmp_echo_ignore_broadcasts
https://community.ubnt.com/t5/EdgeMAX/IPTV-Multicast-IGMP/td-p/693675
https://community.ubnt.com/t5/airOS-Software-Configuration/AirOS-5-5-6-Multicast-isn-t-working/td-p/639587
https://community.ubnt.com/t5/airOS-Software-Configuration/Multicast-and-Airmax/td-p/228197
https://sites.google.com/site/miclinuxcorner/technology/multicast-routing
- https://github.com/troglobit/mrouted
- https://github.com/troglobit/pimd
- http://troglobit.com/multicast-howto.html
- https://www.sixxs.net/faq/connectivity/?faq=multicast
(multicast IX)