<div dir="ltr"><pre><br><code>I am trying to streaming rtsp stream coming from camera(H264 format).
I am using following gst command to do streaming:<br><br>gst-launch-0.10 rtspsrc location=rtsp://<a href="mailto:login%3Apass@192.168.1.15">login:pass@192.168.1.15</a> 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<br><br></code></pre><p>There is RAM mermory is gradually increasing.</p>

<p>Does gStreamer has memory leak. or there is problem in my pipeline command?</p><pre><br></pre></div>