[Bug 769768] rtpjitterbuffer: lots of improvements around RTX

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Sep 14 23:42:08 UTC 2016


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

Olivier CrĂȘte <olivier.crete at ocrete.ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #335590|none                        |committed
             status|                            |

--- Comment #39 from Olivier CrĂȘte <olivier.crete at ocrete.ca> ---
Created attachment 335590
  --> https://bugzilla.gnome.org/attachment.cgi?id=335590&action=edit
rtpjitterbuffer: Detect whether to assume equidistant spacing when loss

Assuming equidistant packet spacing when that's not true leads to more
loss than necessary in the case of reordering and jitter. Typically this
is true for video where one frame often consists of multiple packets
with the same rtp timestamp. In this case it's better to assume that the
missing packets have the same timestamp as the last received packet, so
that the scheduled lost timer does not time out too early causing the
packets to be considered lost even though they may arrive in time.

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