<div dir="ltr"><div><div>I use "gstreamer-1.0-x86_64-1.6.1". <br></div>I replaced autovideosink with fakesink, still there is the problem. However If I add <b>dump=true</b> after fakesink, the memory usage will not increase. I think this problem is related to udpsrc<br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Dec 26, 2015 at 1:58 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Sa, 2015-12-26 at 12:09 +0330, Mahdi Keshtegar wrote:<br>
> Hi,<br>
><br>
> I would to play a raw uncompressed video sent via RTP packets to PC.<br>
> For this, I use gstreamer 1.0 pipeline as:<br>
><br>
> gst-launch-1.0 udpsrc port="5200" caps = "application/x-rtp,<br>
> media=(string)video, clock-rate=(int)90000, encoding-<br>
> name=(string)RAW,sampling=(string)YCbCr-4:2:2, depth=(string)8,<br>
> width=(string)720, height=(string)576, colorimetry=(string)BT601-5,<br>
> payload=(int)96" ! rtpvrawdepay ! autovideosink<br>
><br>
> on Win7 and bandwidth for RTP packets is 170 Mbs. At first, playing<br>
> the stream is well but the problem is that RAM usage of system is<br>
> increased gradually and after few minutes it gets all free spaces on<br>
> the RAM and from this point the video playback will be jerky. Is<br>
> there a mistake in the pipeline options? If not, How can I fix this<br>
> annoying problem? <br>
<br>
</span>Which GStreamer version is this? There were some memory leaks in the<br>
d3dvideosink at some point in the past.<br>
Does it also happen if you replace autovideosink with fakesink?<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>