[gst-devel] Does it have mistake?
Ron McOuat
rmcouat at smartt.com
Wed Jul 7 15:23:16 CEST 2010
> gst-launch gstrtpbin name=rtpbin v4l2src ! tee name=tee ! queue !
> ffmpegcolorspace ! x264enc ! rtph264pay ! 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
> tee. ! ffmpegcolorspace ! videoscale ! ximagesink
>
> Thanks in advance.
>
Try adding a queue in the second branch
tee. ! queue ! ffmpegcolorspace ! videoscale ! ximagesink
More information about the gstreamer-devel
mailing list