After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 346157 - udpsrc -> rtpspeexdepay consumes 99% CPU
udpsrc -> rtpspeexdepay consumes 99% CPU
Status: RESOLVED DUPLICATE of bug 347300
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.3
Other Linux
: Normal major
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
: 346100 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-06-28 22:25 UTC by C.F. Cer
Modified: 2006-07-14 13:23 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description C.F. Cer 2006-06-28 22:25:09 UTC
gst-launch udpsrc port=5000 caps="application/x-rtp" ! rtpspeexdepay ! speexdec ! alsasink -v

consumes 99% CPU.  I am assuming this isn't the wanted behaviour.  I have tested with other RTP depayloaders also so I am assuming the problem is with base RTP depayloader.

Gstreamer installed from stock RPMs.
Comment 1 Tim-Philipp Müller 2006-06-29 10:12:14 UTC
This is probably caused by the same thing as the other bug, bug #346100, no?


*** This bug has been marked as a duplicate of 346100 ***
Comment 2 C.F. Cer 2006-06-29 10:23:32 UTC
I would say #346100 is the duplicate of this bug.  I have discovered that the problem is specificly with the RTP depayloader not the payloader.

 gst-launch udpsrc ! rtpspeexdepay ! speexdec ! alsasink -v

consumes 99% CPU, where as the following doesn't:

 gst-launch udpsrc ! rtpmpadepay ! mad ! audioconvert ! autoaudiosink -v

THe problem has something to do with clock.  It gets into some sort of busy loop creating the clock... or something...
Comment 3 C.F. Cer 2006-06-29 10:25:42 UTC
*** Bug 346100 has been marked as a duplicate of this bug. ***
Comment 4 Wim Taymans 2006-07-14 13:23:19 UTC

*** This bug has been marked as a duplicate of 347300 ***