Skip to content

rtsp-media: Unblock all streams for shared media

Mihael Brenko requested to merge mbrenko/gst-rtsp-server:tmp/shared_media into master

Ensure that stream is unblocked when new client is requesting it, in cases where shared media is used the stream could be blocked if the first client did not request it. For example, if we provide audio and video streams in the pipeline but the first client requested only video stream, clients requesting audio streams could never get it because it was left in blocked state.

Fixes #111

Merge request reports