gst-rtsp-server: Poor performance with interleaved RTSP due to missing buffer list support and merging of all memories in buffers
Submitted by Patricia Muscalu
Link to original bug (#771525)
Description
Currently, there is no support for buffer lists in gst-rtsp-server in the tcp case.
The overhead of pushing single buffers individually through the pipeline gets very high. I'll provide a patch suggesting a possible solution to this problem.
I've already created another bug addressing missing buffer list functionality in appsink:
https://bugzilla.gnome.org/show_bug.cgi?id=752363.