memory leak in rtpjitterbuffer
Vnd
vndkst at yahoo.com
Thu Dec 22 03:06:24 UTC 2016
Hi,
I am using similar pipeline as given below in my application to transcode
RTP video.
gst-launch-1.0 udpsrc multicast-iface=eno2 uri=udp://239.0.11.11:6000 !
application/x-rtp,payload=33,clock-rate=90000 ! rtpjitterbuffer latency=2000
! rtpmp2tdepay ! decodebin name=dec dec.! video/x-raw ! fakesink dec.!
audio/x-raw ! fakesink
Above pipeline has memory leak. Memory reaches 90% within few hours and
application crashes. Memory increase rate is random it is not linear,
behaviour is not same across multiple runs.
I used GST_TRACE and valagrind tools to find out memory leak, but tools are
not reporting anything
When I remove rtpjitterbuffer from the pipeline memory used is not
increasing.
Any one facing similar issue ??
Is my pipeline is correct ?? I am configuring rtpjitterbuffer buffer
wrongly ??
I am using 1.10.0 for testing
~ Vinod
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/memory-leak-in-rtpjitterbuffer-tp4681229.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list