<div dir="ltr">Remove the IP addr for updsrc on the client. I think that the URI may only refer to multicast. If you are using uni-cast (you aren't using a multi-cast address), you only need the port on the receiver. Get some logging to see what element(s) aren't happy. Something like export GST_DEBUG=rtpmp4vpay:4 at the server and export GST_DEBUG=ffdec_h264:4 on the client Also, a packet capture would be useful to insure that you are actually sending packets on the network and to look at the data.<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Jun 5, 2013 at 3:40 AM, 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>@Mandeep, Port 5000 is for audio and 5002 is for video i mentioned both at client side</p>
<p>@Mark i tried to use rtph264pay but still no success<br>
 <br>
Rrgards<br>
jyoti</p>
<div class="gmail_quote"><div><div class="h5">On Jun 5, 2013 12:55 PM, "Mandeep Sandhu" <<a href="mailto:mandeepsandhu.chd@gmail.com" target="_blank">mandeepsandhu.chd@gmail.com</a>> wrote:<br type="attribution">
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">

<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Jun 5, 2013 at 12:21 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"><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>


        
        
        
        


<pre style="margin-bottom:0.5cm"><code>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 style="margin-bottom:0.5cm"><code>At Client:<br></code>
gst-launch-0.10 -v udpsrc uri=udp://<a href="http://10.99.26.73:5000" target="_blank">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" target="_blank">10.99.26.73:5002</a> demux.video_00 ! queue! ffdec_h264 ! autovideosink</pre>



</div></blockquote><div>Check source port number given to usdpsrc, shouldn't it be 5002 as thats the port the server's streaming at?<br><br></div><div>-mandeep<br></div><div> <br></div></div></div></div>
<br></div></div>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">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>_______________________________________________<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>