Apologies for Printing Mistake <br>pipelines are as Mr Thomas has corrected them.<br><br>Hey I have found the problem<br>The issue was that in UDPSRC and UDPSINK i need to manuputale some socket options using setsockopt.<br>
Now i am able to connect to the network may be i will also be able to transfer the data as well :)<br><br>BR<br>Manish<br><br><div class="gmail_quote">On Mon, Jun 30, 2008 at 3:08 PM, Thomas Winkler &lt;<a href="mailto:wi-tom@gmx.de">wi-tom@gmx.de</a>&gt; wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">Your Pipeline you&#39;re using cannot work.<br>
<br>
you have to use at the end of your sender a udpsink, not a udpsrc. At the Receiver side you have to use the udpsrc instead of the udpsink.<br>
<br>
For Example:<br>
src-&gt;enc-&gt;rtppay-&gt;rtpbin-&gt;udpsink &nbsp; &nbsp; &nbsp; (Sender)<br>
udpsrc-&gt;rtpbin-&gt;rtpdepay-&gt;dec-&gt;sink &nbsp; &nbsp;(Receiver)<br>
<br>
greetings,<br>
Thomas<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Sun, 29 Jun 2008 10:53:22 +0530<br>
&gt; Von: &quot;Manish Rana&quot; &lt;<a href="mailto:manish.rana@gmail.com">manish.rana@gmail.com</a>&gt;<br>
&gt; An: &quot;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&quot; &lt;<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>&gt;<br>

&gt; Betreff: [gst-devel] rtp-udp not working on live network<br>
<div><div></div><div class="Wj3C7c"><br>
&gt; Hi,<br>
&gt;<br>
&gt; I am using following pipalines:<br>
&gt;<br>
&gt; src-&gt;enc-&gt;rtppay-&gt;rtpbin-&gt;udpsrc<br>
&gt; and<br>
&gt; udpsrc-&gt;rtpbin-&gt;depay-&gt;dec-&gt;sink<br>
&gt;<br>
&gt; to send and receive data usign udp.<br>
&gt; When i tested these pipelines in local environment.<br>
&gt; When i tested the same thing on live 3G network these pipelines dont<br>
&gt; work.:(<br>
&gt; actually i am not receiving any data at the port.<br>
&gt;<br>
&gt; Though the data can be transferred &nbsp;using other apps. that is tested.<br>
&gt;<br>
&gt; Can someone tell me whether this is the problem with the pipeline i have<br>
&gt; create or i need to do some other settings for the same ??<br>
&gt;<br>
&gt; Thanks and Regards<br>
&gt; Manish<br>
<br>
</div></div><font color="#888888">--<br>
Psssst! Schon vom neuen GMX MultiMessenger gehört?<br>
Der kann`s mit allen: <a href="http://www.gmx.net/de/go/multimessenger" target="_blank">http://www.gmx.net/de/go/multimessenger</a><br>
</font></blockquote></div><br>