Queue2 and RTP
Daniel DEDISSE
d.dedisse at vogo.fr
Fri Dec 6 07:32:54 PST 2013
Hi All,
I'm trying to add a Queue2 buffer in a rtp receiving pipeline :
This pipeline is working fine :
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.10.110/stream1 debug=true ! rtph264depay ! h264parse ! avdec_h264 ! videoconvert ! autovideosink
But I'm unable to insert a Queue2 buffering element :
gst-launch-1.0 -v rtspsrc location=rtsp://192.168.10.110/stream1 debug=true ! rtph264depay ! queue2 max-size-buffers=500 ring-buffer-max-size=5000000 ! h264parse ! avdec_h264 ! videoconvert ! autovideosink
--> Not working (wherever I put queue2 in the pipeline).
WHY ????
Regards
Daniel
More information about the gstreamer-devel
mailing list