From 971d1fdf8599dccdc604ed9374373af16af8354f Mon Sep 17 00:00:00 2001 From: deva Date: Thu, 27 Oct 2005 14:08:28 +0000 Subject: *** empty log message *** --- etc/multicast.conf | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'etc') 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 -- cgit v1.2.3