<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hi all,<br>
<br>
port number is not the problem (probably I missed the port when copying
the pipeline), I have tried again and VLC&nbsp; (0.9.4) is not able to
receive the streaming generated by Gstreamer (0.10.21).<br>
<br>
&nbsp;&nbsp;&nbsp; Sender: <i>gst-launch-0.10 v4l2src !
'video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1'
! x264enc ! h264parse ! rtph264pay ! udpsink host=192.168.0.1 port=1234</i><br>
<br>
&nbsp;&nbsp;&nbsp; Receiver (192.168.0.1) (does not work):&nbsp; <i>vlc <a
 moz-do-not-send="true">rtp://@:1234</a></i><br>
&nbsp;&nbsp;&nbsp; Receiver (192.168.0.1) (does not work):&nbsp; <i>vlc udp://@:1234<br>
</i>&nbsp;&nbsp;&nbsp; <small>[[Receiver with gstreamer, it works: <i>gst-launch-0.10
udpsrc port=1234 ! rtph264depay ! decodebin ! xvimagesink]]</i></small><br>
<br>
&nbsp;&nbsp;&nbsp; To improve the sender pipeline, where should I place "queue"
element/s??<br>
<br>
&nbsp;&nbsp;&nbsp; Thanks all (specially, thanks to Sudarshan).<br>
&nbsp;&nbsp;&nbsp; Favila.<br>
<br>
<blockquote
 cite="mid:785339900905172133y661459cax4255421f37032d36@mail.gmail.com"
 type="cite">
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Hi , </div>
  <div>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; You are not using any port number on sender side , so
by default is will take 4951 and on receiver side&nbsp;you &nbsp;are receiving
data on port number 1234. </div>
  <div>&nbsp;</div>
  <div>&nbsp;&nbsp;&nbsp;&nbsp; Either use default port or use the same port number on both
the sides. <br>
  <br>
  </div>
  <div class="gmail_quote">On Fri, May 15, 2009 at 7:12 PM, Favila Deba
  <span dir="ltr">&lt;<a moz-do-not-send="true"
 href="mailto:faviladeba@gmail.com">faviladeba@gmail.com</a>&gt;</span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0px 0px 0px 0.8ex; padding-left: 1ex;">
    <div text="#000000" bgcolor="#ffffff"><br>
&nbsp;&nbsp;&nbsp; Hi all,<br>
    <br>
I would like to stream video from a PC and to receive it using VLC in
another machine. But it does not work, why??? Any help? Thank you. <br>
    <br>
&nbsp;&nbsp;&nbsp; Sender:&nbsp; <i>gst-launch-0.10 v4l2src !
'video/x-raw-yuv,format=(fourcc)I420,width=640,height=480,framerate=(fraction)25/1'
! x264enc ! h264parse ! rtph264pay ! udpsink host=192.168.0.1</i><br>
    <br>
&nbsp;&nbsp;&nbsp; Receiver (does not work):&nbsp; <i>vlc <a moz-do-not-send="true">rtp://@:1234</a></i><br>
&nbsp;&nbsp;&nbsp; Receiver (does not work):&nbsp; <i>vlc udp://@:1234<br>
    <br>
    </i>&nbsp;&nbsp;&nbsp; <small>[[Receiver with gstreamer, it works: <i>gst-launch-0.10
udpsrc port=1234 ! rtph264depay ! decodebin ! xvimagesink]]</i></small><br>
    <br>
&nbsp;&nbsp;&nbsp; Regards,<br>
&nbsp;&nbsp;&nbsp; Favila.<br>
    </div>
    <br>
------------------------------------------------------------------------------<br>
Crystal Reports - New Free Runtime and 30 Day Trial<br>
Check out the new simplified licensing option that enables<br>
unlimited royalty-free distribution of the report engine<br>
for externally facing server and web deployment.<br>
    <a moz-do-not-send="true" href="http://p.sf.net/sfu/businessobjects"
 target="_blank">http://p.sf.net/sfu/businessobjects</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
    <a moz-do-not-send="true"
 href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a><br>
    <a moz-do-not-send="true"
 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>
  <br clear="all">
  <br>
-- <br>
Regards,<br>
  <br>
Sudarshan Bisht<br>
  <pre wrap="">
<hr size="4" width="90%">
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
<a class="moz-txt-link-freetext" href="http://p.sf.net/sfu/businessobjects">http://p.sf.net/sfu/businessobjects</a></pre>
  <pre wrap="">
<hr size="4" width="90%">
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>
<a class="moz-txt-link-freetext" href="https://lists.sourceforge.net/lists/listinfo/gstreamer-devel">https://lists.sourceforge.net/lists/listinfo/gstreamer-devel</a>
  </pre>
</blockquote>
<br>
</body>
</html>