Skip to content

rtsp-media: set a 0 storage size for TCP receivers

Mathieu Duponchelle requested to merge meh/gst-rtsp-server:tcp-no-storage into master

ulpfec correction is obviously useless when receiving a stream over TCP, and in TCP mode the rtp storage receives non timestamped buffers, causing it to queue buffers indefinitely, until the queue grows so large that sanity checks kick in and warnings start to get emitted.

Edited by Mathieu Duponchelle

Merge request reports