[gst-devel] rtp-udp not working on live network

Manish Rana manish.rana at gmail.com
Tue Jul 1 03:58:54 CEST 2008


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 <wi-tom at gmx.de> wrote:

> 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" <manish.rana at gmail.com>
> > An: "gstreamer-devel at lists.sourceforge.net" <
> gstreamer-devel at lists.sourceforge.net>
> > 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20080701/ced92247/attachment.htm>


More information about the gstreamer-devel mailing list