I tryed again. Actually I run this pipeline (the one that comes with the example):<br><br>gst_rtsp_media_factory_set_launch (factory, &quot;( &quot;<br>      &quot;videotestsrc ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! &quot;<br>
      &quot;x264enc ! rtph264pay name=pay0 pt=96 &quot;<br>      &quot;audiotestsrc ! audio/x-raw-int,rate=8000 ! &quot;<br>      &quot;alawenc ! rtppcmapay name=pay1 pt=97 &quot; &quot;)&quot;);<br><br>In the bin folder I have a test folder, because of this: gst_rtsp_media_mapping_add_factory (mapping, &quot;/test&quot;, factory);<br>
<br>The result netstat -an<br><br>tcp        0      0 <a href="http://0.0.0.0:8554">0.0.0.0:8554</a>            0.0.0.0:*               ESCUCHAR   //LISTEN <br><br>VLC: same error, couldn&#39;t open.<br><br>I am clueless. Thanks again, regards<br>
<br>Rossana<br><br><br><br><br>gst_rtsp_media_factory_set_launch (factory, &quot;( &quot;<br>      &quot;videotestsrc ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! &quot;<br>      &quot;x264enc ! rtph264pay name=pay0 pt=96 &quot;<br>
      &quot;audiotestsrc ! audio/x-raw-int,rate=8000 ! &quot;<br>      &quot;alawenc ! rtppcmapay name=pay1 pt=97 &quot; &quot;)&quot;);<br><br><div class="gmail_quote">2012/4/10 Gary Thomas <span dir="ltr">&lt;<a href="mailto:gary@mlbassoc.com">gary@mlbassoc.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 2012-04-10 11:49, Rossana Guerra wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Federico, the  test-video say nothing, it simply close according to debug information.<br>
I did what you suggested I run it as a root, same problem. It couldn&#39;t open. I don&#39;t even see the 8554 port listed (netstat | grep 8554)<br>
</blockquote>
<br>
Did you use &#39;netstat -an&#39;?  If not, you might miss it as port 8554 is<br>
identified as &#39;rtsp-alt&#39;<br>
<br>
Also, make sure you have all the components in the pipeline that&#39;s being used:<br>
  gst_rtsp_media_factory_set_<u></u>launch (factory, &quot;( &quot;<br>
      &quot;videotestsrc ! video/x-raw-yuv,width=352,<u></u>height=288,framerate=15/1 ! &quot;<br>
      &quot;x264enc ! rtph264pay name=pay0 pt=96 &quot;<br>
      &quot;audiotestsrc ! audio/x-raw-int,rate=8000 ! &quot;<br>
      &quot;alawenc ! rtppcmapay name=pay1 pt=97 &quot; &quot;)&quot;);<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
I appreciate any suggestion.<br>
<br>
thanks for your tip anyway. Regards<br>
<br>
Rossana<br>
<br>
2012/4/10 Federico Zamperini &lt;<a href="mailto:fzamperini@tiscali.it" target="_blank">fzamperini@tiscali.it</a> &lt;mailto:<a href="mailto:fzamperini@tiscali.it" target="_blank">fzamperini@tiscali.it</a>&gt;<u></u>&gt;<br>

<br>
    Does test-video say anything? (any error message?)<br>
    My first guess is it doesn&#39;t have enough privileges to bind a listening socket; try running it as root (or sudo).<span class="HOEnZb"><font color="#888888"><br>
</font></span></blockquote><span class="HOEnZb"><font color="#888888">
<br>
<br>
-- <br>
------------------------------<u></u>------------------------------<br>
Gary Thomas                 |  Consulting for the<br>
MLB Associates              |    Embedded world<br>
------------------------------<u></u>------------------------------<br>
______________________________<u></u>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.<u></u>freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/<u></u>mailman/listinfo/gstreamer-<u></u>devel</a><br>
</font></span></blockquote></div><br>