[gst-devel] Does it have mistake?

Hecate_Eos xflxmin17 at 163.com
Wed Jul 7 11:38:33 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  host=192.168.0.88 \
        rtpbin.send_rtcp_src_0 ! udpsink port=5001 sync=false async=false
host=192.168.0.88 \
        udpsrc port=5005 ! rtpbin.recv_rtcp_sink_0 

The above code can run normally( the remote computer can receive the data
and I am sure it works well),but when I add " tee. ! ffmpegcolorspace !
videoscale ! ximagesink "
It can't work. I just get a static picture  showing for me in the local
machine, but the remote computer can get nothing.

    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.

-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Does-it-have-mistake-tp2280644p2280684.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list