[gmail] Re: RTP send and reacive, No comunicaion

Marc Leeman marc.leeman at gmail.com
Wed Apr 11 23:45:46 PDT 2012


> Exactly what I am trying to do.
> 
> But how to verify ? 
> I tried tcpdump , while gstreamer is steaming with out results,
> Did I verified it correctly ?

1. instead of sending to udpsink, send it to fakesink with dump=1 or the
the -v flag

2. instead of using unicast, send it to a multicast address and listen
in with a different machine.

3. on the receiving side, attach the udpsrc immediately to fakesink,
again with dump=1 or -v to see if your data arrives

All these are simple steps to verify if the data gets to the end of your
pipline or if it is on the network.

In general, if you have a problem, using fakesink to build up your
pipeline will give you a simple way of seeing of your data is blocking
somewhere (e.g. in a parser).

Also, e.g. GST_DEBUG=*udp*:5 will give you a more detailed idea of what
is going on at a module level.

-- 
  greetz, marc
harvey 2.6.29.1 #1 PREEMPT Mon Apr 6 22:33:31 CDT 2009 GNU/Linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20120412/55675ca4/attachment.pgp>


More information about the gstreamer-devel mailing list