Skip to content

rtspclientsink: Notify the stream transport about each written message

Otherwise it will never try to send us the next one: it tries to keep exactly one message in-flight all the time.

In gst-rtsp-server this is done asynchronously via the GstRTSPWatch but in the client sink we always write data out synchronously.

Merge request reports