<div dir="ltr"><div><div><div>Hello Thanks for the info..<br><br></div>In my case the client will not disconnects, but it will tell server to wait for some time until it consumes all the received buffers and then continue again. Is there a way so that i can ask filesrc to stop sending buffers for some time then resume again.<br>
<br></div>Regards<br></div>Jyoti<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Oct 3, 2013 at 1:29 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:slomo@circular-chaos.org" target="_blank">slomo@circular-chaos.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Do, 2013-10-03 at 13:03 +0530, jyoti kulkarni wrote:<br>
> Thanks,<br>
><br>
> Yes i need to handle that in my sink plugin only, but how should i handle<br>
> the in-coming buffers is there is a way to do that, please suggest any<br>
> reference.<br>
<br>
</div>Many sink elements are doing that already, you could just block there in<br>
the GstBaseSink::render() implementation. See multisocketsink for an<br>
example, which will only start accepting buffers after a client has<br>
connected.<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>