summaryrefslogtreecommitdiff
path: root/etc/multicast.conf
blob: 8976ed48dcd9c0bbf4722bd1c3ca9b7dafccdff4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#######################
## Global settings
## (If a setting is not defined in a client, these settings are inherited)
##

# Enable multicasting on a globally
enabled = false
with_audio = false

# Multicast adress:
# 224.0.0.1 All systems on this subnet
# 224.0.0.2 All routers on this subnet
# 224.0.0.5 OSPF routers
# 224.0.0.6 OSPF designated routers
# 224.0.0.12 DHCP server/relay agent
address = "224.0.0.1"

#######################
## Client 1
##

# Client ip
client = "192.168.0.10"

# Multicast adress:
# 224.0.0.1 All systems on this subnet
# 224.0.0.2 All routers on this subnet
# 224.0.0.5 OSPF routers
# 224.0.0.6 OSPF designated routers
# 224.0.0.12 DHCP server/relay agent
address = "224.0.0.2"

# Multicast port
port=1234

# Enable for this client (locally)
enabled=yes

# Broadcast both video and audio
with_audio = true

#######################
## Client 2
##

# Client ip
client = "192.168.0.11"

# Multicast port
port=1235

# Don't broadcast the audio.
with_audio = false