[Bug 729524] If retransmissions enabled, a gap larger than the latency can result in a stuck jitterbuffer.

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri May 9 09:12:09 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=729524
  GStreamer | gst-plugins-good | unspecified

Wim Taymans <wim.taymans> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |wim.taymans at gmail.com
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |1.3.2

--- Comment #3 from Wim Taymans <wim.taymans at gmail.com> 2014-05-09 16:12:03 UTC ---
I fixed it slightly differently, the real error was that we still were
expecting a packet for which we produced Lost events.

commit b2e1598e4abba7beba37e4c43e32598408e82663
Author: Wim Taymans <wtaymans at redhat.com>
Date:   Fri May 9 18:01:28 2014 +0200

    rtpjitterbuffer: increment accepted packets after loss

    When we detect a lost packet, expect packets with higher
    seqnum on the input.

    Also update the unit test.

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

-- 
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