I tryed again. Actually I run this pipeline (the one that comes with the example):<br><br>gst_rtsp_media_factory_set_launch (factory, "( "<br> "videotestsrc ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! "<br>
"x264enc ! rtph264pay name=pay0 pt=96 "<br> "audiotestsrc ! audio/x-raw-int,rate=8000 ! "<br> "alawenc ! rtppcmapay name=pay1 pt=97 " ")");<br><br>In the bin folder I have a test folder, because of this: gst_rtsp_media_mapping_add_factory (mapping, "/test", 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'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, "( "<br> "videotestsrc ! video/x-raw-yuv,width=352,height=288,framerate=15/1 ! "<br> "x264enc ! rtph264pay name=pay0 pt=96 "<br>
"audiotestsrc ! audio/x-raw-int,rate=8000 ! "<br> "alawenc ! rtppcmapay name=pay1 pt=97 " ")");<br><br><div class="gmail_quote">2012/4/10 Gary Thomas <span dir="ltr"><<a href="mailto:gary@mlbassoc.com">gary@mlbassoc.com</a>></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't open. I don't even see the 8554 port listed (netstat | grep 8554)<br>
</blockquote>
<br>
Did you use 'netstat -an'? If not, you might miss it as port 8554 is<br>
identified as 'rtsp-alt'<br>
<br>
Also, make sure you have all the components in the pipeline that's being used:<br>
gst_rtsp_media_factory_set_<u></u>launch (factory, "( "<br>
"videotestsrc ! video/x-raw-yuv,width=352,<u></u>height=288,framerate=15/1 ! "<br>
"x264enc ! rtph264pay name=pay0 pt=96 "<br>
"audiotestsrc ! audio/x-raw-int,rate=8000 ! "<br>
"alawenc ! rtppcmapay name=pay1 pt=97 " ")");<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 <<a href="mailto:fzamperini@tiscali.it" target="_blank">fzamperini@tiscali.it</a> <mailto:<a href="mailto:fzamperini@tiscali.it" target="_blank">fzamperini@tiscali.it</a>><u></u>><br>
<br>
Does test-video say anything? (any error message?)<br>
My first guess is it doesn'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>