Hi,
I am using following pipalines: src->enc->rtppay->rtpbin->udpsrc and udpsrc->rtpbin->depay->dec->sink to send and receive data usign udp. When i tested these pipelines in local environment. When i tested the same thing on live 3G network these pipelines dont work.:( actually i am not receiving any data at the port. Though the data can be transferred using other apps. that is tested. Can someone tell me whether this is the problem with the pipeline i have create or i need to do some other settings for the same ?? Thanks and Regards Manish ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Your Pipeline you're using cannot work.
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. For Example: src->enc->rtppay->rtpbin->udpsink (Sender) udpsrc->rtpbin->rtpdepay->dec->sink (Receiver) greetings, Thomas -------- Original-Nachricht -------- > Datum: Sun, 29 Jun 2008 10:53:22 +0530 > Von: "Manish Rana" <[hidden email]> > An: "[hidden email]" <[hidden email]> > Betreff: [gst-devel] rtp-udp not working on live network > Hi, > > I am using following pipalines: > > src->enc->rtppay->rtpbin->udpsrc > and > udpsrc->rtpbin->depay->dec->sink > > to send and receive data usign udp. > When i tested these pipelines in local environment. > When i tested the same thing on live 3G network these pipelines dont > work.:( > actually i am not receiving any data at the port. > > Though the data can be transferred using other apps. that is tested. > > Can someone tell me whether this is the problem with the pipeline i have > create or i need to do some other settings for the same ?? > > Thanks and Regards > Manish -- Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Apologies for Printing Mistake
pipelines are as Mr Thomas has corrected them. Hey I have found the problem The issue was that in UDPSRC and UDPSINK i need to manuputale some socket options using setsockopt. Now i am able to connect to the network may be i will also be able to transfer the data as well :) BR Manish On Mon, Jun 30, 2008 at 3:08 PM, Thomas Winkler <[hidden email]> wrote: Your Pipeline you're using cannot work. ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.sourceforge.net/lists/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |