<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
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>
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</i><br>
<br>
Receiver (does not work): <i>vlc <a class="moz-txt-link-freetext" href="rtp://@:1234">rtp://@:1234</a></i><br>
Receiver (does not work): <i>vlc udp://@:1234<br>
<br>
</i> <small>[[Receiver with gstreamer, it works: <i>gst-launch-0.10
udpsrc port=1234 ! rtph264depay ! decodebin ! xvimagesink]]</i></small><br>
<br>
Regards,<br>
Favila.<br>
</body>
</html>