[Bug 734321] New: srtpdec doesn't support RTP on the RTCP sink pad

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 5 15:57:03 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=734321
  GStreamer | gst-plugins-bad | git

           Summary: srtpdec doesn't support RTP on the RTCP sink pad
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: kakaroto at kakaroto.homelinux.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=282610)
 View: https://bugzilla.gnome.org/attachment.cgi?id=282610
 Review: https://bugzilla.gnome.org/review?bug=734321&attachment=282610

srtpdec: Add support for RTP/RTCP mixing if data arrives on RTCP pad

If we receive RTP and RTCP muxed into the same socket, it will work fine with
rtpbin unless we use SRTP, in which case, it will only work if the RTP/RTCP is
received on the rtp sink pad. If we receive the RTP on the rtcp sink pad, then
srtpdec will not decode it.
This use case is when using Farstream and using the same component_id for both
rtp and rtcp nicesrc, the data could be received from either one of them.
I've attached a patch to fix it.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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