summaryrefslogtreecommitdiffstats
path: root/src/modules
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-09-18 22:25:18 +0000
committerLennart Poettering <lennart@poettering.net>2007-09-18 22:25:18 +0000
commitef8df4104294a58af643b908077a90c78c4055da (patch)
tree627d08c17ad2f8e40d602e06fe90feda50dc0b33 /src/modules
parentf44ddd1052af8026ce3bcb91b377d980a0913445 (diff)
make rtp send socket low delay
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1861 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/rtp/module-rtp-send.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/rtp/module-rtp-send.c b/src/modules/rtp/module-rtp-send.c
index 7e9168e0..8fac44f0 100644
--- a/src/modules/rtp/module-rtp-send.c
+++ b/src/modules/rtp/module-rtp-send.c
@@ -49,6 +49,7 @@
#include <pulsecore/namereg.h>
#include <pulsecore/sample-util.h>
#include <pulsecore/macro.h>
+#include <pulsecore/socket-util.h>
#include "module-rtp-send-symdef.h"
@@ -280,6 +281,7 @@ int pa__init(pa_module*m) {
/* If the socket queue is full, let's drop packets */
pa_make_nonblock_fd(fd);
+ pa_socket_udp_low_delay(fd);
pa_source_output_new_data_init(&data);
data.name = "RTP Monitor Stream";