GStreamer plugins for input/output using the nanomsg socket library
Carlos Rafael Giani
dv at pseudoterminal.org
Tue Jan 13 07:09:13 PST 2015
On 01/13/2015 09:43 AM, Sebastian Dröge wrote:
> On Di, 2015-01-13 at 00:11 +0100, Carlos Rafael Giani wrote:
>> Hello all,
>>
>> nanomsg (http://nanomsg.org) 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:
>> https://github.com/dv1/gstnanomsg
> That sounds great! Would you like to propose these plugin for
> integration into gst-plugins-bad? I think it would be generally useful.
>
>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
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.
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150113/82db1f3d/attachment.html>
More information about the gstreamer-devel
mailing list