[Bug 765933] rtpjitterbuffer: Fix stall when receiving already lost packet

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri May 6 11:34:37 UTC 2016


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

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #9 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
commit 8f7962e1c3178bb6f84c7d9d06e3172ae7dfd273
Author: Havard Graff <havard.graff at gmail.com>
Date:   Tue May 3 11:45:01 2016 +0200

    rtpjitterbuffer: Fix stall when receiving already lost packet

    When a packet arrives that has already been considered lost as part of a
    large gap the "lost timer" for this will be cancelled. If the remaining
    packets of this large gap never arrives, there will be missing entries
    in the queue and the loop function will keep waiting for these packets
    to arrive and never push another packet, effectively stalling the
    pipeline.

    The proposed fix conciders parts of a large gap definitely lost (since
    they are calculated from latency) and ignores the late arrivals.

    In practice the issue is rare since large gaps are scheduled immediately,
    and for the stall to happen the late arrival needs to be processed
    before this times out.

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

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