gst-plugins-rs/net/rtp
Matthew Waters 1600d3b055 rtpbin2: split send and receive halves into separate elements
There is now two elements, rtpsend and rtprecv that represent the two
halves of a rtpsession.  This avoids the potential pipeline loop if two
peers are sending/receiving data towards each other.  The two halves can
be connected by setting the rtp-id property on each element to the same
value and they will behave like a combined rtpbin-like element.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1426>
2024-05-28 19:58:09 +10:00
..
src rtpbin2: split send and receive halves into separate elements 2024-05-28 19:58:09 +10:00
tests rtpbin2: split send and receive halves into separate elements 2024-05-28 19:58:09 +10:00
build.rs Rename rtpav1 plugin to just rtp 2022-10-23 20:04:43 +03:00
Cargo.toml rtpbin2: implement jitterbuffer 2024-05-28 17:35:41 +10:00