<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">127.0.0.1:5000</a> ! ffdec_mpeg4 ! autovideosink</p>
<p>I dont see output video on client side</p>