RTP send and reacive, No comunicaion

Tobias abue.gst.dev at googlemail.com
Wed Apr 11 03:51:40 PDT 2012


Have you checked that the IP you are using at transmitter is correct?
Are there any debug outputs at transmitter / receiver or does it just
look like working fine?

> Hello,
> My goal is to stream video via Ethernet cable.
> Gumstix- overo  (omap 3530) "transmitter" ----------> PC, Ubuntu 64
> "receiver"
>
> I did manged once (one day only) to stream the video successfully, but NO
> meter what I can not do it again ?? 
> I think the problem is that the "transmitter" side is not actually
> transmitting any data to the network.
> Both sides of the network seems to be working fine, no errors, However they
> do no recognize etch other.
>
> My pipeline is,
> *transmitter* :
> gst-launch -v videotestsrc ! TIVidenc1 codecName=h264enc
> engineName=codecServer ! rtph264pay pt=96 ! udpsink host=192.168.0.11
> port=5555
>
>
>
>
>
>
> *receiver*:
> gst-launch-0.10 -v udpsrc port=5555 caps='application/x-rtp,
> media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
> sprop-parameter-sets=(string)\"Z0KAHukCg+QgAAB9AAAdTACAAA\\=\\=\\,aM48gAA\\=\"'
> ! rtph264depay ! ffdec_h264 ! xvimagesink
>
>
>
> And they are not "connecting" with etch other.
>
> I run netstat command, while the gstreamer is playing, at the transmitter,
> and I don't think the GStreamer is doing anything...
>
>
>
> Please help, if you can.
> Anything would be nice.
>
> Thanks
>


More information about the gstreamer-devel mailing list