<html>
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 01/13/2015 09:43 AM, Sebastian Dröge
wrote:<br>
</div>
<blockquote cite="mid:1421138614.434.70.camel@centricular.com"
type="cite">
<pre wrap="">On Di, 2015-01-13 at 00:11 +0100, Carlos Rafael Giani wrote:
</pre>
<blockquote type="cite">
<pre wrap="">Hello all,
nanomsg (<a class="moz-txt-link-freetext" href="http://nanomsg.org">http://nanomsg.org</a>) is a socket library that can be used for
passing messages between threads, hosts, processes, using different
protocols (publish/subscribe, push/pull etc.) I have written GStreamer
source and sink elements that make use of nanomsg sockets:
<a class="moz-txt-link-freetext" href="https://github.com/dv1/gstnanomsg">https://github.com/dv1/gstnanomsg</a>
</pre>
</blockquote>
<pre wrap="">
That sounds great! Would you like to propose these plugin for
integration into gst-plugins-bad? I think it would be generally useful.
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
</blockquote>
<br>
Sure. I want to wait a bit for more feedback from nanomsg people,
but other than that, I see no reason why it can't be included.<br>
<br>
Just wondering about the thing with the prefix I add to the nanomsg
URIs to avoid collisions. That is, they are like this:
"nanomsgipc:///tmp/pipeline.ipc" instead of
"ipc:///tmp/pipeline.ipc" . Anybody sees a problem with that?
Perhaps I could shorten it to nmsg, it is a bit long.<br>
</body>
</html>