mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
rtp: Add a GStreamer-based RTP implementation
This adds a GStreamer-based RTP implementation to replace our own. The original implementation is retained for cases where it is not possible to include GStreamer as a dependency. The idea with this is to be able to start supporting more advanced RTP features such as RTCP, non-PCM audio, and potentially synchronised playback. Signed-off-by: Arun Raghavan <arun@arunraghavan.net>
This commit is contained in:
parent
eb912d3605
commit
74f8456acb
12 changed files with 638 additions and 85 deletions
|
|
@ -66,7 +66,9 @@ src/modules/raop/raop-sink.c
|
|||
src/modules/reserve-wrap.c
|
||||
src/modules/rtp/module-rtp-recv.c
|
||||
src/modules/rtp/module-rtp-send.c
|
||||
src/modules/rtp/rtp.c
|
||||
src/modules/rtp/rtp-common.c
|
||||
src/modules/rtp/rtp-native.c
|
||||
src/modules/rtp/rtp-gstreamer.c
|
||||
src/modules/rtp/sap.c
|
||||
src/modules/rtp/sdp.c
|
||||
src/modules/x11/module-x11-bell.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue