<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<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 class="moz-txt-link-freetext" href="rtp://@:1234">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>
</body>
</html>