gstreamer/gst
Mathieu Duponchelle dd32924eb0 stream: refactor TCP backpressure handling
The previous implementation stopped sending TCP messages to
all clients when a single one stopped consuming them, which
obviously created problems for shared media.

Instead, we now manage a backlog in stream-transport, and slow
clients are removed once this backlog exceeds a maximum duration,
currently hardcoded.

Fixes #80
2019-10-21 13:49:54 +02:00
..
rtsp-server stream: refactor TCP backpressure handling 2019-10-21 13:49:54 +02:00
rtsp-sink Remove autotools build 2019-10-13 13:52:37 +01:00
meson.build meson: add option to disable build of rtspclientsink plugin 2018-09-19 12:17:57 +01:00