[Bug 646167] [gstrtpjitterbuffer] stops processing when mode=buffer and drop-on-latency=1

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 28 16:09:56 PST 2013


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

Olivier Crete (Tester) <olivier.crete> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
            Version|0.10.x                      |git
     Ever Confirmed|0                           |1

--- Comment #3 from Olivier Crete (Tester) <olivier.crete at ocrete.ca> 2013-01-29 00:09:50 UTC ---
I can reproduce this on the 1.1.x master, I don't even need to set
drop-on-latency to make it fail, it seems that buffer mode is completely broken
now.

Receiver (start first):
gst-launch-1.0 udpsrc port=5000
caps='application/x-rtp,clock-rate=8000,payload=8,encoding-name=PCMA' !
rtpjitterbuffer mode=buffer drop-on-latency=0 ! rtppcmadepay ! alawdec !
pulsesink

Sender:
gst-launch-1.0 -v audiotestsrc is_live=true ! alawenc ! rtppcmapay ! udpsink
host=127.0.0.1 port=5000

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