Hi there,<br><br>I was using the Gstreamer framework (version 0.8) to get some tests. I used Gstreamer as client and VLC (0.9.4) as RTSP server and it worked smoothly. The problem has arised when updating Gstreamer to 0.10.21. When I launch "gst-launch-0.10 playbin uri=rtsp://IP:PORT/content it never starts playing the media. Using VLC as a client works ok.<br>
<br>I can see with Wireshark the RTSP message exchange (PAUSE and then TEARDOWN) and I get these error messages where launching Gstreamer:<br><br>Estableciendo el flujo a PAUSADO ... (PAUSED)<br>El flujo es en vivo y no necesita PRECACHEADO ... (PRECACHED)<br>
Estableciendo el flujo para REPRODUCCIÓN ... (PLAY)<br>New clock: GstSystemClock<br>ERROR: desde el 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">http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer</a>.<br>
Información adicional de depurado:<br>gstffmpegdec.c(2339): gst_ffmpegdec_chain (): /GstPlayBin:playbin0/GstDecodeBin:decodebin0/ffdec_mpegvideo:ffdec_mpegvideo0:<br>ffdec_mpegvideo: input format was not set before data start<br>
Execution ended after 887032082 ns.<br>Estableciendo el flujo a PAUSADO ...<br>Estableciendo pipeline a READY...<br>Estableciendo pipeline a NULL...<br>LIBERANDO pipeline ... (FREEING)<br><br><br>I would like to know how I can solve this issue and, in case the only solution is downgrading to gstreamer 0.8, could anybody tell me where can I find it?<br>
<br>By the way, as you may have noted, I am a newbie in the Gstreamer framework, but I am quite interested in succeedin using it. Any help would be much appreciated.<br><br><br>Thank you,<br>Javi<br><br>