diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/multicast.conf | 6 | 
1 files changed, 6 insertions, 0 deletions
| diff --git a/etc/multicast.conf b/etc/multicast.conf index 9e9e067..8976ed4 100644 --- a/etc/multicast.conf +++ b/etc/multicast.conf @@ -5,6 +5,7 @@  # Enable multicasting on a globally  enabled = false +with_audio = false  # Multicast adress:  # 224.0.0.1 All systems on this subnet @@ -35,6 +36,9 @@ port=1234  # Enable for this client (locally)  enabled=yes +# Broadcast both video and audio +with_audio = true +  #######################  ## Client 2  ## @@ -45,3 +49,5 @@ client = "192.168.0.11"  # Multicast port  port=1235 +# Don't broadcast the audio. +with_audio = false | 
