[gstreamer-bugs] [Bug 349656] New: jitterbuffer in GstBaseRtp fails to handle rtp seqnum rollover

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Wed Aug 2 04:16:59 PDT 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=349656
 GStreamer | gst-plugins-base | Ver: 0.10.x

           Summary: jitterbuffer in GstBaseRtp fails to handle rtp seqnum
                    rollover
           Product: GStreamer
           Version: 0.10.x
          Platform: Other
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: marcelm at luon.net
         QAContact: gstreamer-bugs at lists.sourceforge.net
     GNOME version: 2.13/2.14
   GNOME milestone: Unspecified


RTP uses a 16bit monotonically increasing sequence number for packet ordering.
Because this counter is small, it rolls over fairly quickly, but the GstBaseRtp
class does not handle this correctly (it always orders lower sequence numbers
as being earlier).

Also, this jitterbuffer in GstBaseRtp is enabled by default. When discussing
this issue with the GstBaseRtp author/maintainer, he said that it shouldn't be
enabled by default.

A patch that fixes both issues follows.


-- 
Configure bugmail: http://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