<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
&nbsp;&nbsp;&nbsp; Hello everybody.<br>
<br>
&nbsp;&nbsp;&nbsp; I am new using gstreamer and I would like some help. I have a
set-top-box configured to receive (from a certain port/multicast IP)
H264 video.<br>
<br>
&nbsp;&nbsp;&nbsp; How should I do to stream video from a PC to this device?<br>
<br>
&nbsp;&nbsp;&nbsp; Do I use a udpsink to stream the video? Should this pipeline work?<i>
gst-launch-0.10&nbsp; v4l2src ! x264enc ! h264parse ! queue ! udpsink
host=239.1.1.1 port=8000</i><br>
<br>
&nbsp;&nbsp;&nbsp; Any help is really appreciated.<br>
&nbsp;&nbsp;&nbsp; Thank you.<br>
&nbsp;&nbsp;&nbsp; Regards.<br>
&nbsp;&nbsp;&nbsp; Favila.<br>
<br>
</body>
</html>