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 <<a href="mailto:wi-tom@gmx.de">wi-tom@gmx.de</a>> 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'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->enc->rtppay->rtpbin->udpsink (Sender)<br>
udpsrc->rtpbin->rtpdepay->dec->sink (Receiver)<br>
<br>
greetings,<br>
Thomas<br>
<br>
-------- Original-Nachricht --------<br>
> Datum: Sun, 29 Jun 2008 10:53:22 +0530<br>
> Von: "Manish Rana" <<a href="mailto:manish.rana@gmail.com">manish.rana@gmail.com</a>><br>
> An: "<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>" <<a href="mailto:gstreamer-devel@lists.sourceforge.net">gstreamer-devel@lists.sourceforge.net</a>><br>
> Betreff: [gst-devel] rtp-udp not working on live network<br>
<div><div></div><div class="Wj3C7c"><br>
> Hi,<br>
><br>
> I am using following pipalines:<br>
><br>
> src->enc->rtppay->rtpbin->udpsrc<br>
> and<br>
> udpsrc->rtpbin->depay->dec->sink<br>
><br>
> to send and receive data usign udp.<br>
> When i tested these pipelines in local environment.<br>
> When i tested the same thing on live 3G network these pipelines dont<br>
> work.:(<br>
> actually i am not receiving any data at the port.<br>
><br>
> Though the data can be transferred using other apps. that is tested.<br>
><br>
> Can someone tell me whether this is the problem with the pipeline i have<br>
> create or i need to do some other settings for the same ??<br>
><br>
> Thanks and Regards<br>
> 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>