<div dir="ltr"><div><div><div><div><div><div>A few things.<br><br></div>First, learn about logging. Here is a reference pointer since you are using 0.10. <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/0.10.30/</a><br>

<br></div>Another link <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html" target="_blank">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/faq/html/chapter-troubleshooting.html</a><br>
<br></div>More on logging: <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html">http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gstreamer/html/gstreamer-GstInfo.html</a><br>
<br></div>On the server, you don't want to 'decode'; you want to 'encode'. Use 'encodebin' (I think this is the one). You should probably use 'decodebin' on the client.<br><br></div>You may have a problem with the IP Addresses. Search the archives for info about IPv4 vs. IPv6 issues. One (either udpsink or udpsrc) uses IPv4 by default, the other uses IPv6 by default.<br>
<br></div>There are *LOTS* of examples available, both on the GStreamer site and hundreds of other sites. Read all you can.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, May 30, 2013 at 1:56 PM, jyoti kulkarni <span dir="ltr"><<a href="mailto:jyotimk029@gmail.com" target="_blank">jyotimk029@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p>Hi,<br>
iam new to gstreamer,iam trying to stream a mpeg video over the network using following commands<br>
at server<br>
gst-launch-0.10 file source location=file.mpg ! decodebin ! udpsink host=127.0.0.1 port=5000</p>
<p>at client side<br>
gst-launch-0.10 udpsrc uri=udp://<a href="http://127.0.0.1:5000" target="_blank">127.0.0.1:5000</a> ! ffdec_mpeg4 ! autovideosink</p>
<p>I dont see output video on client side</p>
<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>
<br></blockquote></div><br></div>