[gstreamer-bugs] [Bug 587304] [jitterbuffer] don't handle correctly data burst from udpsrc

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Jun 30 00:38:13 PDT 2009


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=587304

  GStreamer | gst-plugins-bad | Ver: 0.10.12

Arnout Vandecappelle changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |arnout at mind.be




------- Comment #2 from Arnout Vandecappelle  2009-06-30 07:38 UTC -------
I've had issues with the jitterbuffer as well (see Bug 565319). The patch there
solved things for me, but I agree things aren't perfect yet.

I think the problem occurs when you have bursty behaviour while the window is
filling.  Once the window is full, there are enough samples to reduce the
impact of the burst, but when it's filling it causes large inaccuracies.  And
of course, when the skew is too big and it is reset, the problem reappears...

So maybe the skew compensation should be disabled completely while the window
is filling.  But then there can be a big jump in skew, so we have to find a
solution for that as well...

By the way, you do have plugins-bad >= 0.10.10 where the patches of Bug 565319
have been applied, correct?  It should no longer be possible for timestamps to
go back in time, so if they do, something is definitely wrong.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=587304.




More information about the Gstreamer-bugs mailing list