gstrtpbin: sender/receiver simultaneously

petekmet peter.kmet at t16.biz
Tue Aug 23 07:05:42 PDT 2011


Thanks a lot. However, for whatever reason, I am not able to make run
following gstrtpbin code which demonstrates for me bi-directional streaming.
If I split code to two pieces, it works. Code below - nope. Probably it has
to do something with threading but I can't break this through. Please, help.
Peter


gst-launch -v \
gstrtpbin name=rtpbin \
udpsrc
caps="application/x-rtp,media=(string)video,clock-rate=(int)90000,encoding-name=(string)H263"
port=5000 ! rtpbin.recv_rtp_sink_0 \
rtpbin. ! rtph263depay ! ffdec_h263 ! xvimagesink \
videotestsrc ! video/x-raw-yuv, framerate=30/1, width=320, height=240 !
videorate ! videoscale ! $VCAPS_OUT ! ffenc_h263 ! rtph263pay !
rtpbin.send_rtp_sink_1 \
rtpbin.send_rtp_src_1 ! udpsink port=5000 ts-offset=0


--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/gstrtpbin-sender-receiver-simultaneously-tp3762541p3762862.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list