mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-02 09:01:46 -05:00
raop: Packet retransmission support for UDP
This patch adds an RTP audio packet retransmission support and a circular buffer implementation for it. This patch was originally written by Matthias Wabersich [1] and later debugged and integrated into the latest tree by Hajime Fujita [1]: https://bugs.freedesktop.org/show_bug.cgi?id=42804#c44
This commit is contained in:
parent
402bb7ce48
commit
29385da239
5 changed files with 316 additions and 12 deletions
|
|
@ -25,6 +25,8 @@
|
|||
#include <pulsecore/core.h>
|
||||
#include <pulsecore/memchunk.h>
|
||||
|
||||
#define UDP_FRAMES_PER_PACKET 352
|
||||
|
||||
typedef enum pa_raop_protocol {
|
||||
RAOP_TCP,
|
||||
RAOP_UDP,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue