From ef8df4104294a58af643b908077a90c78c4055da Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 18 Sep 2007 22:25:18 +0000 Subject: make rtp send socket low delay git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1861 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/modules/rtp/module-rtp-send.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/modules/rtp/module-rtp-send.c') 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 #include #include +#include #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"; -- cgit