[gst-devel] Problem with RTP streaming

Rémi BUISSON remi.buisson at viotech.net
Tue Aug 5 11:36:21 CEST 2008


Hi,

I tried this to stream in RTP:

gst-launch gstrtpbin name=rtpbin  videotestsrc ! ffmpegcolorspace ! 
ffenc_h263 ! rtph263ppay ! rtpbin.send_rtp_sink_0  rtpbin.send_rtp_src_0 
! udpsink port=5000  rtpbin.send_rtcp_src_0 ! udpsink port=5001 
sync=false async=false udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0

and it works.

But I didn't succeed in making this work:

gst-launch-0.10 -v filesrc location=sample.ogg ! gstrtpbin name=rtpbin 
decodebin ! ffmpegcolorspace ! ffmpegcolorspace ! ffenc_h263 ! 
rtph263ppay ! rtpbin.send_rtp_sink_0  rtpbin.send_rtp_src_0 ! udpsink 
port=5000  rtpbin.send_rtcp_src_0 ! udpsink port=5001 sync=false 
async=false udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0

Any idea ?




More information about the gstreamer-devel mailing list