####################### ## 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