<div dir="ltr"><div><div>Thanks Nicolas,<br><br></div>how is it going to determine "liveness" of the sources? My livemixer is preceeded by multiqueue, and each source is wrapped in the bin. Source itself (shmsrc) has is-live set to true - is it enough?<br><br></div>Marcin<br></div><div class="gmail_extra"><br><div class="gmail_quote">2016-07-06 14:40 GMT+02:00 Nicolas Dufresne <span dir="ltr"><<a href="mailto:nicolas.dufresne@gmail.com" target="_blank">nicolas.dufresne@gmail.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Le mercredi 06 juillet 2016 à 13:13 +0200, <a href="mailto:marcin@saepia.net">marcin@saepia.net</a> a écrit :<br>
> I am developing an app in which I use shmsink/shmsrc to communicate<br>
> between processes. They send audio to each other.<br>
><br>
> If data in the sender is not flowing (e.g. I fetch file over HTTP and<br>
> the transfer is temporarily stopped) the shmsrc also stops, as<br>
> there's no data to consume.<br>
><br>
> I would prefer that it keeps going and playing silence. Is there any<br>
> element for this? (maybe audiorate?)<br>
<br>
</span>It's not designed for this, though if your pipeline is live, audiomixer<br>
will keep producing even if the source(s) stops. This only works with<br>
live sources, so maybe use it in front of shmsrc ?<br>
<span class="HOEnZb"><font color="#888888"><br>
Nicolas</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>