<div dir="ltr"><div><div>Hello All,<br><br></div>I am trying to stream a mp4 file over the network using following commands:<br><br></div>At Server:<br><br>


        
        
        
        <style type="text/css">
        <!--
                @page { margin: 2cm }
                PRE.cjk { font-family: "WenQuanYi Micro Hei", monospace }
                PRE.ctl { font-family: "Lohit Hindi", monospace }
                P { margin-bottom: 0.21cm }
                A:link { so-language: zxx }
                CODE.cjk { font-family: "WenQuanYi Micro Hei", monospace }
                CODE.ctl { font-family: "Lohit Hindi", monospace }
        -->
        </style>


<pre class="" style="margin-bottom:0.5cm"><code class="">gst-launch-0.10 -v filesrc location=~/home/jyoti/Videos/conf.mp4 ! qtdemux name=demux demux.audio_00 ! queue ! rtpmp4apay ! udpsink port=5000 demux.video_00 ! queue ! rtpmp4vpay ! udpsink port=5002 host=10.99.26.73<br>
<br></code></pre><pre class="" style="margin-bottom:0.5cm"><code class="">At Client:<br></code>
<style type="text/css">
        <!--
                @page { margin: 2cm }
                PRE.cjk { font-family: "WenQuanYi Micro Hei", monospace }
                PRE.ctl { font-family: "Lohit Hindi", monospace }
                P { margin-bottom: 0.21cm }
                A:link { so-language: zxx </style>gst-launch-0.10 -v udpsrc uri=udp://<a href="http://10.99.26.73:5000">10.99.26.73:5000</a> ! qtdemux name=demux demux.audio_00 ! queue max-size-buffers=8000 max-size-time=0 max-size-bytes=0 ! faad ! alsasink udpsrc uri=udp://<a href="http://10.99.26.73:5002">10.99.26.73:5002</a> demux.video_00 ! queue! ffdec_h264 ! autovideosink

<br></pre><pre class="" style="margin-bottom:0.5cm">And the file conf.mp4's codec type is MPEG4-PART-10 (H264 AVC) [the file contains both audio and video)<br><br><br></pre><pre class="" style="margin-bottom:0.5cm">I dont see any errors on both side, simply it says pipeline is set to playing and i dont see any outpu display at client side.<br>
</pre><pre class="" style="margin-bottom:0.5cm">Please correct the commands if they are wrong..<br><br></pre><pre class="" style="margin-bottom:0.5cm">I have also seen <a href="http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251">http://cgit.freedesktop.org/gstreamer/gst-plugins-good/tree/gst/rtp/README#n251</a><br>
</pre><pre class="" style="margin-bottom:0.5cm">But i dint get video caps on applying those commands, so iam trying above commands.<br></pre><pre class="" style="margin-bottom:0.5cm">Please help me as iam new to gstreamer..<br>
<br></pre><pre class="" style="margin-bottom:0.5cm">Thanks in Advance<br></pre><pre class="" style="margin-bottom:0.5cm">Jyoti<br></pre>

</div>