change default mcast address once again, to make sure our traffic doesn't leave the...
authorLennart Poettering <lennart@poettering.net>
Sun, 16 Apr 2006 11:13:20 +0000 (11:13 +0000)
committerLennart Poettering <lennart@poettering.net>
Sun, 16 Apr 2006 11:13:20 +0000 (11:13 +0000)
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@728 fefdeb5f-60dc-0310-8127-8f9354f1896f

src/modules/rtp/module-rtp-recv.c
src/modules/rtp/module-rtp-send.c

index 610dc6e..e47ca95 100644 (file)
@@ -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
index d692cd1..69d8c6c 100644 (file)
@@ -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