<div dir="ltr"><div>Perhaps it is a typo, but your server should have an encoder, not a decoder.<br><br></div>Take a look at these (rather old) examples. <a href="http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet">http://wiki.oz9aec.net/index.php/Gstreamer_cheat_sheet</a><br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Aug 16, 2013 at 7:53 AM, okhta <span dir="ltr"><<a href="mailto:oktaspeed@gmail.com" target="_blank">oktaspeed@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I want to stream video from 12:04 ubuntu server(gstreamer) to multiple<br>
clients (client open the video with VLC).<br>
I would broadcast video with extension. mp4.<br>
example : Server IP is 192.168.10.4 and the client ip is 192.168.1.3<br>
<br>
first test(udpsink):<br>
server<br>
gst-launch filesrc location=/home/okhta/Desktop/video/tes.mp4 ! decodebin<br>
name=decoder decoder.  ! queue  ! ffmpegcolorspace ! udpsink<br>
host=192.168.10.4 port=1234<br>
<br>
result:<br>
Setting pipeline to PAUSED ...<br>
Pipeline is PREROLLING ...<br>
Pipeline is PREROLLED ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
<br>
client<br>
gst-launch-0.10 udpsrc port=1234 ! decodebin name=decoder decoder. ! queue !<br>
ffmpegcolorspace ! xvimagesink<br>
<br>
result:<br>
Setting pipeline to PAUSED ...<br>
Pipeline is live and does not need PREROLL ...<br>
Setting pipeline to PLAYING ...<br>
New clock: GstSystemClock<br>
<br>
but no video output..<br>
<br>
<br>
please help me and correct my mistakes ..<br>
thanks...<br>
sorry if my english language is not good<br>
<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/problems-with-streaming-video-tp4661581.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/problems-with-streaming-video-tp4661581.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>
</blockquote></div><br></div>