summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2006-04-16 11:13:20 +0000
committerLennart Poettering <lennart@poettering.net>2006-04-16 11:13:20 +0000
commite1887b552ceb324f70732c85c7458119e03718b7 (patch)
tree6be426b39b7dc9338eb22461af5c061bc39a4fd6 /src/modules
parent68a6d611721b09b5ad23b0c85907654d8fa96bcc (diff)
change default mcast address once again, to make sure our traffic doesn't leave the network by default
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@728 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/rtp/module-rtp-recv.c2
-rw-r--r--src/modules/rtp/module-rtp-send.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/rtp/module-rtp-recv.c b/src/modules/rtp/module-rtp-recv.c
index 610dc6e2..e47ca95a 100644
--- a/src/modules/rtp/module-rtp-recv.c
+++ b/src/modules/rtp/module-rtp-recv.c
@@ -58,7 +58,7 @@ PA_MODULE_USAGE(
)
#define SAP_PORT 9875
-#define DEFAULT_SAP_ADDRESS "224.0.1.3"
+#define DEFAULT_SAP_ADDRESS "224.0.0.56"
#define MEMBLOCKQ_MAXLENGTH (1024*170)
#define MAX_SESSIONS 16
#define DEATH_TIMEOUT 20000000
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c
index d692cd1d..69d8c6c6 100644
--- a/src/modules/rtp/module-rtp-send.c
+++ b/src/modules/rtp/module-rtp-send.c
@@ -65,7 +65,7 @@ PA_MODULE_USAGE(
#define DEFAULT_PORT 46000
#define SAP_PORT 9875
-#define DEFAULT_DESTINATION "224.0.1.3"
+#define DEFAULT_DESTINATION "224.0.0.56"
#define MEMBLOCKQ_MAXLENGTH (1024*170)
#define DEFAULT_MTU 1280
#define SAP_INTERVAL 5000000