<div dir="ltr">@Marc I am able to see only video after executing your sugested commands, Iam trying to get both audio and and video so using following commands:<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 }
        -->
        </style>


<pre class="" style="margin-bottom:0.5cm" lang="en-US"><font color="#000000"><font face="Courier New"><font>At Server side:</font></font></font>
<font color="#000000"><font face="Courier New"><font><span lang="en-US">gst-launch-0.10 -v filesrc location=test.mp4 ! qtdemux name=dmux dmux.audio_00 ! aacparse ! faad ! udpsink host=10.99.26.73 port=5000 dmux.video_00 ! queue ! h264parse ! rtph264pay config-interval=1 ! udpsink port=5002 host=10.99.26.73<br>
<br></span></font></font></font></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US"><font color="#000000"><font face="Courier New"><font><span lang="en-US">After executing this command i get caps which iam copy pasting at client side.<br>
<br></span></font></font></font></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US"><font color="#000000"><font face="Courier New"><font><span lang="en-US">At Client side:</span></font></font></font><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 }
        --</style>

<font color="#000000"><font face="Courier New"><font>gst-launch-0.10 -v udpsrc uri=udp://<a href="http://10.99.26.73:5000">10.99.26.73:5000</a> caps = 'application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,sprop-parameter-sets=(string)\"Z2QAH6y0AoAt0IAAAAMAgAAAGQeMGVA\\=\\,aO48sA\\=\\=\", payload=(int)96, ssrc=(uint)831370249, clock-base=(uint)1189482342, seqnum-base=(uint)34069' ! queue ! rtph264depay ! h264parse ! ffdec_h264 ! xvimagesink udpsrc uri=udp://<a href="http://10.99.26.73:5002">10.99.26.73:5002</a> caps='audio/mpeg, mpegversion=(int)4, framed=(boolean)true, stream-format=(string)raw, level=(string)2, base-profile=(string)lc, profile=(string)lc, codec_data=(buffer)12100000000000000000000000000000, rate=(int)44100, channels=(int)2' ! queue ! aacparse ! faad ! alsasink</font></font></font><br>
<br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">After executing this on client side, i see following kind of errors and warning messages:<br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">[each time i execute i get one of the error message and same warning messae]<br>
</pre><pre class="" style="margin-bottom:0.5cm" lang="en-US"><br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">Pipeline is set to playing..<br>error from element faad,decoding error:channel cuppling not yet implemented, could not decode the stream <br>
error from element faad,decoding error:invalid number of channels, could not decode the stream <br>error from element faad,decoding error:bit stream value is not as per specification, could not decode the stream <br>error from element faad,decoding error:PCE shall be first frame, could not decode the stream <br>
</pre><pre class="" style="margin-bottom:0.5cm" lang="en-US"> Warning:from element rtph264depay:could not decode the stream,got invalid  rtp payload value<br><br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">
Anybody please can help me..<br><br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">Thanks<br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">Jyoti<br></pre><pre class="" style="margin-bottom:0.5cm" lang="en-US">
<font color="#000000"><font face="Courier New"><font><span lang="en-US"><br> </span></font></font></font><br></pre>

<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 6, 2013 at 2:18 AM, Olivier Crête <span dir="ltr"><<a href="mailto:olivier.crete@collabora.com" target="_blank">olivier.crete@collabora.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Wed, 2013-06-05 at 16:34 +0200, Marc Leeman wrote:<br>
> $ gst-launch-0.10 -v udpsrc uri=udp://<a href="http://10.99.26.73:5002" target="_blank">10.99.26.73:5002</a><br>
> caps="application/x-rtp,clock-rate=90000,encoding-name=H264" ! queue !<br>
> rtph264depay ! h264parse ! ffdec_h264 ! autovideosink<br>
<br>
</div>h264parse should never be required after rtph264depay.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Olivier Crête<br>
<a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><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>
</div></div></blockquote></div><br></div>