<div dir="ltr"><br><br>On Wed, Oct 15, 2014 at 7:46 AM, Edward Hervey <<a href="mailto:bilboed@bilboed.com">bilboed@bilboed.com</a>> wrote:<br>>   We name the threads in GStreamer.<br>><br>>   Once your program is running, you can run top then show threads<br>> (capital H).<br>><br>>   You can then put the list of those threads here and we might be able<br>> to tell you which threads they are exactly.<br><br>good point. Recompiling busybox with this option, I have :<br><br>Mem: 77908K used, 177096K free, 0K shrd, 0K buff, 70864K cached<br>CPU:   5% usr   5% sys   0% nic  87% idle   0% io   0% irq   0% sirq<br>Load average: 0.09 0.06 0.03 1/55 706<br>  PID  PPID USER     STAT   VSZ %VSZ %CPU COMMAND<br>  692   652 root     S     101m  41%   <b>5% {udpsrc0:src} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink</b><br>  699   652 root     S     101m  41%   <b>3% {rtpjitterbuffer} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink</b><br>  689   652 root     S     101m  41%   0% gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  690   652 root     S     101m  41%   0% {task0} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  693   652 root     S     101m  41%   0% {udpsrc1:src} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  691   652 root     S     101m  41%   0% {gmain} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  696   652 root     S     101m  41%   0% {fakesrc0:src} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  697   652 root     S     101m  41%   0% {rtpsession-rtcp} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br>  698   652 root     S     101m  41%   0% {timer} gst-launch-1.0 rtspsrc location=rtsp://<a href="http://172.16.0.138/udp_ch1_stream1">172.16.0.138/udp_ch1_stream1</a> ! fakesink<br><div><br></div><div><br></div><div>Need to keep checking those threads</div></div>