453a1856f27864b88a170b12bc37a12aeb037613
howto/multicast.md
... | ... | @@ -1,42 +1,35 @@ |
1 | -## multicast |
|
1 | +## Multicast |
|
2 | 2 | |
3 | -rfc8815 deprecated pim-sm so pim-ssm is the way to go! |
|
3 | +RFC 8815 deprecated PIM-SM so PIM-SSM is the way to go! |
|
4 | 4 | |
5 | -for it to work, you'll need to do the following: |
|
5 | +### Setup |
|
6 | 6 | |
7 | -ask your peering to enable ipv4/ipv6 multicast afi on your peering |
|
7 | +For it to work, you'll need to do the following: |
|
8 | + * Ask your peering to enable ipv4/ipv6 multicast AFI on your peering |
|
9 | + * Set up IPv4/IPv6 PIM for the (s,g) joins to pass through |
|
10 | + * Be prepared to setup IGMP v3 and MLD v2 from your listeners |
|
8 | 11 | |
9 | -set up ipv4/ipv6 pim for the (s,g) joins to pass through |
|
12 | +You're done! You should receive the multicast routes from peers advertising them. |
|
10 | 13 | |
11 | -be prepared to igmpv3 and mldv2 from your listeners |
|
12 | - |
|
13 | -you're done, you should have your streams |
|
14 | - |
|
15 | -current participants: |
|
16 | - |
|
17 | -nop-mnt |
|
18 | - |
|
19 | -grawity-mnt |
|
20 | - |
|
21 | -mirsal-mnt |
|
22 | - |
|
23 | -C4TG1RL5-MNT - |
|
24 | -[frr configuration](https://git.lemonsh.moe/C4TG1RL5/dn42/src/branch/master/lab.rtr.famfo.catgirls.dn42/frr) |
|
14 | +[FRR configuration](https://git.lemonsh.moe/C4TG1RL5/dn42/src/branch/master/lab.rtr.famfo.catgirls.dn42/frr) used by C4TG1RL5. |
|
25 | 15 | _Please make sure you understand how to configure and use frr before you use anything from this configuration!_ |
26 | 16 | |
27 | -kioubit-mnt |
|
28 | - |
|
29 | -current streams: |
|
30 | - |
|
31 | -vlc rtp://[email protected]:1234/ |
|
32 | - |
|
33 | -controllable at <http://webdj.nop.dn42/> |
|
17 | +### Participants |
|
34 | 18 | |
35 | -public multicast to unicast relay with vlc4 and above: |
|
19 | +Current participants: |
|
20 | + * NOP-MNT |
|
21 | + * GRAWITY-MNT |
|
22 | + * MIRSAL-MNT |
|
23 | + * C4TG1RL5-MNT |
|
24 | + * KIOUBIT-MNT |
|
25 | + * PREVARINITE-MNT |
|
36 | 26 | |
37 | -vlc --amt-relay amt-relay.geant.org amt://[email protected]:1234/ |
|
27 | +## Current streams |
|
38 | 28 | |
39 | -it's the same stream but i had to nat it to my dn42 ip range to be listenable natively in dn42 :) |
|
29 | +Public multicast to unicast relay with vlc4 and above: |
|
30 | + * `vlc rtp://[email protected]:1234/` |
|
31 | + * `vlc --amt-relay amt-relay.geant.org amt://[email protected]:1234/` |
|
40 | 32 | |
33 | +Controllable at <http://webdj.nop.dn42/> |
|
41 | 34 | |
42 | -feel free to ask for a peering and set it up! |
|
35 | +Feel free to ask for a peering and set it up! |