Hi,<br><br>I solved it. I have installed the &quot;bad&quot; plugins compilation and now I get smooth RTP/MPEG-TS playback. I suppose it is because the mplex element.<br><br>Regards,<br>Javi<br><br><div class="gmail_quote">
2009/3/5 Javier Gálvez Guerrero <span dir="ltr">&lt;<a href="mailto:javier.galvez.guerrero@gmail.com">javier.galvez.guerrero@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Gstreamer MPEG demuxing is in charge of ffmpeg, isn&#39;t it? I have updated ffmpeg to the latest git version but it hasn&#39;t solved anything. I have also uninstalled the fluendo MPEG muxers and demuxers plugins with no positive results.<br>

<br>On the other hand, multicast streaming (not RTSP) MPEG over UDP is played back smoothly, as local files do.<br><br>Has anyone any idea about why I could play properly RTSP/RTP streaming contents before and now I get choppy playback?<br>

<br><br>Thank you for your time and sorry for the inconvenience,<br>Javi<br><br><br><div class="gmail_quote">2009/3/5 Javier Gálvez Guerrero <span dir="ltr">&lt;<a href="mailto:javier.galvez.guerrero@gmail.com" target="_blank">javier.galvez.guerrero@gmail.com</a>&gt;</span><div>
<div></div><div class="h5"><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Thanks for your answer, Wim.<br><br>So, Gstreamer 0.8 MPEG demuxers worked but those used in 0.10 are not working properly?<br>

<br><br>Regards,<br>Javi<br><br><div class="gmail_quote">2009/3/5 Wim Taymans <span dir="ltr">&lt;<a href="mailto:wim.taymans@gmail.com" target="_blank">wim.taymans@gmail.com</a>&gt;</span><div><div></div><div>
<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div>On Thu, 2009-03-05 at 10:28 +0100, Javier Gálvez Guerrero wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I managed this issue by installing the UGLY plugins. However, I don&#39;t<br>
&gt; know if this is the proper way to solve my issue.<br>
&gt;<br>
&gt; Now I can get the RTSP stream (both from VLC and Live555 RTSP servers)<br>
&gt; but the video framerate is lower than the original and not stable. I<br>
&gt; have checked that all RTP packets are received (sequence numbers are<br>
&gt; ok) and I get neither error nor warning messages from Gstreamer, so I<br>
&gt; don&#39;t know what is happening and how I could get a smooth video<br>
&gt; playback in RTSP streaming (the same video played locally works<br>
&gt; smoothly).<br>
&gt;<br>
&gt; As said before, I have these problems since I updated Gstreamer from<br>
&gt; 0.8 to 0.10, so I don&#39;t know if there is any related issue with these<br>
&gt; problems or if I&#39;m missing something. Anyway, I would like anyone to<br>
&gt; help me getting things working, either downgrading to 0.8 (I don&#39;t<br>
&gt; know where to find this version) or managing with the current 0.10<br>
&gt; version I&#39;ve just installed.<br>
&gt;<br>
<br>
</div>The mpeg demuxers don&#39;t support demuxing live streams yet and screw up<br>
the timestamps, which makes the result rather choppy.<br>
<br>
Wim<br>
<div><div></div><div>&gt;<br>
&gt; Thank you all,<br>
&gt; Javi<br>
&gt;<br>
&gt;<br>
&gt; 2009/3/4 Javier Gálvez Guerrero &lt;<a href="mailto:javier.galvez.guerrero@gmail.com" target="_blank">javier.galvez.guerrero@gmail.com</a>&gt;<br>
&gt;         Hi there,<br>
&gt;<br>
&gt;         I was using the Gstreamer framework (version 0.8) to get some<br>
&gt;         tests. I used Gstreamer as client and VLC (0.9.4) as RTSP<br>
&gt;         server and it worked smoothly. The problem has arised when<br>
&gt;         updating Gstreamer to 0.10.21. When I launch &quot;gst-launch-0.10<br>
&gt;         playbin uri=rtsp://IP:PORT/content it never starts playing the<br>
&gt;         media. Using VLC as a client works ok.<br>
&gt;<br>
&gt;         I can see with Wireshark the RTSP message exchange (PAUSE and<br>
&gt;         then TEARDOWN) and I get these error messages where launching<br>
&gt;         Gstreamer:<br>
&gt;<br>
&gt;         Estableciendo el flujo a PAUSADO ... (PAUSED)<br>
&gt;         El flujo es en vivo y no necesita PRECACHEADO ... (PRECACHED)<br>
&gt;         Estableciendo el flujo para REPRODUCCIÓN ... (PLAY)<br>
&gt;         New clock: GstSystemClock<br>
&gt;         ERROR: desde el<br>
&gt;         elemento /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0: Internal GStreamer error: negotiation problem.  Please file a bug at <a href="http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer" target="_blank">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>



&gt;         Información adicional de depurado:<br>
&gt;         gstffmpegdec.c(2339): gst_ffmpegdec_chain<br>
&gt;         (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>
&gt;         ffdec_mpegvideo: input format was not set before data start<br>
&gt;         Execution ended after 887032082 ns.<br>
&gt;         Estableciendo el flujo a PAUSADO ...<br>
&gt;         Estableciendo pipeline a READY...<br>
&gt;         Estableciendo pipeline a NULL...<br>
&gt;         LIBERANDO pipeline ... (FREEING)<br>
&gt;<br>
&gt;<br>
&gt;         I would like to know how I can solve this issue and, in case<br>
&gt;         the only solution is downgrading to gstreamer 0.8, could<br>
&gt;         anybody tell me where can I find it?<br>
&gt;<br>
&gt;         By the way, as you may have noted, I am a newbie in the<br>
&gt;         Gstreamer framework, but I am quite interested in succeedin<br>
&gt;         using it. Any help would be much appreciated.<br>
&gt;<br>
&gt;<br>
&gt;         Thank you,<br>
&gt;         Javi<br>
&gt;<br>
&gt;<br>
</div></div>&gt; ------------------------------------------------------------------------------<br>
&gt; Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
&gt; -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
&gt; -Strategies to boost innovation and cut costs with open source participation<br>
&gt; -Receive a $600 discount off the registration fee with the source code: SFAD<br>
&gt; <a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
&gt; _______________________________________________ gstreamer-devel mailing list <a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a> <a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>



<br>
<br>
------------------------------------------------------------------------------<br>
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA<br>
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise<br>
-Strategies to boost innovation and cut costs with open source participation<br>
-Receive a $600 discount off the registration fee with the source code: SFAD<br>
<a href="http://p.sf.net/sfu/XcvMzF8H" target="_blank">http://p.sf.net/sfu/XcvMzF8H</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net" target="_blank">gstreamer-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div><br>
</blockquote></div></div></div><br>
</blockquote></div><br>