diff options
| author | deva <deva> | 2005-10-27 14:08:28 +0000 | 
|---|---|---|
| committer | deva <deva> | 2005-10-27 14:08:28 +0000 | 
| commit | 971d1fdf8599dccdc604ed9374373af16af8354f (patch) | |
| tree | ac8430951bb676cbf501702cff4450a555afe394 /etc | |
| parent | 283599ea687e81855d78abffcbf641edb3bf02fb (diff) | |
*** empty log message ***
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 | 
