Queue2 and RTP

Sebastian Dröge sebastian at centricular.com
Sat Dec 7 02:38:59 PST 2013


On Fr, 2013-12-06 at 15:32 +0000, Daniel DEDISSE wrote:
> 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 ????

The problem here should be that this will try to buffer the stream
on-disk in a ringbuffer (ringbuffer-max-size). And this will not work
properly for RTP.

What are you trying to do there?

-- 
Sebastian Dröge <sebastian at centricular.com>
Centricular Ltd - http://www.centricular.com
Expertise, Straight from the Source
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 966 bytes
Desc: This is a digitally signed message part
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20131207/57e32d28/attachment-0001.pgp>


More information about the gstreamer-devel mailing list