gstreamer rtsp h264 -> udp vp8 memory leak

Антон Владимирович anstelli at gmail.com
Fri Dec 25 00:00:58 PST 2015


I am trying to streaming rtsp stream coming from camera(H264 format).
I am using following gst command to do streaming:

gst-launch-0.10 rtspsrc location=rtsp://login:pass@192.168.1.15
latency=0 buffer-mode=0 udp-buffer-size=0 ! rtph264depay ! ffdec_h264
! timeoverlay halign=right valign=top ! clockoverlay halign=left
valign=top time-format='%Y/%m/%d %H:%M:%S' ! vp8enc mode=vbr speed=7 !
rtpvp8pay pt=100 ! udpsink host=127.0.0.1 port=1234

There is RAM mermory is gradually increasing.

Does gStreamer has memory leak. or there is problem in my pipeline command?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20151225/2ead3ea0/attachment.html>


More information about the gstreamer-devel mailing list