<div dir="ltr"><div><div>Thanks!<br><br></div>Would this work with vanilla socket or I should stick with Gio.Socket ?<br><br></div>I believe I can use socketpair to connect gstreamer multisocketsink to another gstreamer chain with socketsrc, am I right?<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-03-22 11:38 GMT+03:00 Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Mo, 2016-03-21 at 14:17 +0300, Krutskikh Ivan wrote:<br>
> Hi,<br>
><br>
> I want to create a pipeline with multisocketsink, add a socket to it<br>
> and then read from it as a normal python socket.<br>
</span>> [...]<br>
<br>
The socket you pass to multisocketsink is not supposed to be used<br>
anymore from the application. multisocketsink handles and owns it.<br>
<br>
You could create a socket pair though, pass one part of the pair to<br>
multisocketsink and then read from the other part of the pair from your<br>
Python application.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>