<div>Start with a filesrc, but it&#39;s going to depend on your format. In you example below, you are streaming raw video, which is hardly practical. </div><div><br></div>Start with some good examples here:<div><a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-VTS-H263p.sh">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/tests/examples/rtp/server-VTS-H263p.sh</a></div>

<div><br clear="all"><b>Mike Mitchell</b><br>
<br><br><div class="gmail_quote">On Fri, Sep 30, 2011 at 3:56 AM, saev <span dir="ltr">&lt;<a href="mailto:saurabh_verma81@yahoo.co.in">saurabh_verma81@yahoo.co.in</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Hi<br>
I am currently able to stream the videotestsrc video to network using below<br>
command(for testing purpose i have streamed it to localhost):<br>
gst-launch -v  videotestsrc !<br>
video/x-raw-yuv,width=640,height=480,framerate=10/1 ! clockoverlay !<br>
rtpvrawpay ! udpsink host=localhost port=5000 sync=false<br>
<br>
And at the receiver end I get the streamed video by following command:<br>
gst-launch -v udpsrc port=5000 caps=&quot;application/x-rtp, media=(string)video,<br>
clock-rate=(int)90000, encoding-name=(string)RAW,<br>
sampling=(string)YCbCr-4:2:2, depth=(string)8, width=(string)640,<br>
height=(string)480, colorimetry=(string)SMPTE240M, payload=(int)96,<br>
ssrc=(guint)376280206, clock-base=(guint)452682360, seqnum-base=(guint)7282&quot;<br>
! rtpvrawdepay ! autovideosink<br>
<br>
These are working fine. Now I want to stream a video saved in my PC. Can<br>
any1 plz tell me what will be the command to stream the local saved video<br>
file into network?<br>
Thanks in advance.<br>
<font color="#888888"><br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/stream-video-saved-in-pc-tp3859432p3859432.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/stream-video-saved-in-pc-tp3859432p3859432.html</a><br>


Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</font></blockquote></div><br></div>