[Bug 748723] dtlssrtpdec: Merges RTP and RTCP into the same stream

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 1 11:54:30 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=748723

Patrik Oldsberg <poldsberg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |poldsberg at gmail.com

--- Comment #2 from Patrik Oldsberg <poldsberg at gmail.com> ---
If I remember correctly, the only reason for the current design was that it
made integration with rtpbin a tiny bit more simple when using rtcp mux. If the
incoming stream may or may not be using rtcp mux, then you'd have to set up a
funnel for rtcp after the dtlssrtpdec bins anyway.

I guess it doesn't really matter that rtpbin has to split up the streams again,
since the check is always done anyway? (haven't actually had a look at the
code, just assuming that's how it works).

So the pro with the current design is that it makes a specific (but quite
common) use case a bit more simple to implement for the application, while the
con is that we are sacrificing some cycles by passing the buffers through a
funnel.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list