<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">Hi GStreamer community,</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">I am trying to remove a GstRTSPStream by calling ‘gst_rtsp_stream_leave_bin()’. The code is in: <a href="http://pastebin.com/CuiUN5uh" class="">http://pastebin.com/CuiUN5uh</a></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">The client for that RSTP server application is:</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""><br class=""></div><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">gst-launch-1.0 rtspsrc location=<a href="rtsp://127.0.0.1:8554/test" class="">rtsp://127.0.0.1:8554/test</a> name=src src. ! rtpamrdepay ! amrnbdec ! autoaudiosink src. ! rtpvp8depay ! vp8dec ! videoconvert ! ximagesink</span></font></div><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class=""><br class=""></span></font></div><div style="margin: 0px;" class=""><font face="Menlo" class=""><span style="font-size: 11px;" class="">After running the client, the server hangs and its output is: <a href="http://pastebin.com/WLbpaCdF" class="">http://pastebin.com/WLbpaCdF</a>.</span></font></div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">The client throws a "Could not read from resource.” error.</div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">Can somebody explain me why does the server hang and how can I effectively remove a <span style="font-family: Menlo; font-size: 11px;" class="">GstRTSPStream</span>?</div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">Thank you,</div><div style="margin: 0px;" class=""><br class=""></div><div style="margin: 0px;" class="">Francisco</div><div style="margin: 0px;" class=""><br class=""></div></body></html>