<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
Hello everybody.<br>
<br>
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>
How should I do to stream video from a PC to this device?<br>
<br>
Do I use a udpsink to stream the video? Should this pipeline work?<i>
gst-launch-0.10 v4l2src ! x264enc ! h264parse ! queue ! udpsink
host=239.1.1.1 port=8000</i><br>
<br>
Any help is really appreciated.<br>
Thank you.<br>
Regards.<br>
Favila.<br>
<br>
</body>
</html>