Hi Nicola,<br><br>I used to have similar problem using rtspsrc to connect to an RTSP server (not the gstreamer RTSP server). VLC worked fine, but rtspsrc stopped by reporting parsing error. After stepping into rtspsrc, I found the rtsp server sent one extra empty line at the end of the message body. VLC was more forgiving, but the error was caught by rtspsrc. <br>
<br>I know your problem is mostly different from mine. Hopefully my experience will be somewhat helpful to you. <br><br>Good luck!<br>Yiliang<br><br><div class="gmail_quote">On Wed, Jan 27, 2010 at 3:56 AM, Mailing List SVR <span dir="ltr">&lt;<a href="mailto:lists@svrinformatica.it">lists@svrinformatica.it</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="font-family: &#39;Sans Serif&#39;; font-size: 10pt; font-weight: 400; font-style: normal;">
<p style="margin: 0px; text-indent: 0px;">Hi all,</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">I&#39;m having some trouble with an rtsp source with gstreamer (the same url works fine with vlc), here are the errors:</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">gst-launch -v rtspsrc location=rtsp://<a href="http://192.168.2.24/media/video1" target="_blank">192.168.2.24/media/video1</a> ! decodebin ! autovideosink</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">(gst-launch-0.10:7197): GLib-WARNING **: g_set_prgname() called multiple times</p>
<p style="margin: 0px; text-indent: 0px;">Impostazione della pipeline a PAUSED ...</p>
<p style="margin: 0px; text-indent: 0px;">/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0: latency = 3000</p>
<p style="margin: 0px; text-indent: 0px;">/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstUDPSrc:udpsrc1: timeout = 5000000</p>
<p style="margin: 0px; text-indent: 0px;">La pipeline è viva e non necessita il PREROLL ...</p>
<p style="margin: 0px; text-indent: 0px;">Impostazione della pipeline a PLAYING ...</p>
<p style="margin: 0px; text-indent: 0px;">/GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0/GstRtpBin:rtpbin0/GstRtpSession:rtpsession0: ntp-ns-base = 3473581909273466000</p>
<p style="margin: 0px; text-indent: 0px;">New clock: GstSystemClock</p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-weight: 600;">ERRORE: dall&#39;elemento /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0: Impossibile leggere dalla risorsa.</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-weight: 600;">Informazioni di debug aggiuntive:</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-weight: 600;">gstrtspsrc.c(3766): gst_rtspsrc_try_send (): /GstPipeline:pipeline0/GstRTSPSrc:rtspsrc0:</span></p>
<p style="margin: 0px; text-indent: 0px;"><span style="font-weight: 600;">Could not receive message. (Parse error)</span></p>
<p style="margin: 0px; text-indent: 0px;">Execution ended after 307930 ns.</p>
<p style="margin: 0px; text-indent: 0px;">Impostazione della pipeline a PAUSED ...</p>
<p style="margin: 0px; text-indent: 0px;">Impostazione della pipeline a READY ...</p>
<p style="margin: 0px; text-indent: 0px;">Impostazione della pipeline a NULL ...</p>
<p style="margin: 0px; text-indent: 0px;">Esecuzione di free sulla pipeline..</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">Attacched are more detailed error using gst-debug=3,</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">any hints?</p>
<p style="margin: 0px; text-indent: 0px;"></p>
<p style="margin: 0px; text-indent: 0px;">Nicola</p></div><br>------------------------------------------------------------------------------<br>
The Planet: dedicated and managed hosting, cloud storage, colocation<br>
Stay online with enterprise data centers and the best network in the business<br>
Choose flexible plans and management services without long-term contracts<br>
Personal 24x7 support from experience hosting pros just a phone call away.<br>
<a href="http://p.sf.net/sfu/theplanet-com" target="_blank">http://p.sf.net/sfu/theplanet-com</a><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.sourceforge.net">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>
<br></blockquote></div><br>