mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
make rtp send socket low delay
git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/lennart@1861 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
f44ddd1052
commit
ef8df41042
2 changed files with 3 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue