[Bug 737316] Add support for sending file-descriptors over Unix domain sockets

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Feb 4 07:30:47 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=737316
  GStreamer | gstreamer (core) | git master

--- Comment #21 from Will Manley <gnome at williammanley.net> 2015-02-04 15:30:43 UTC ---
I've got an implementation of zero-copy "pulsevideo" in my [pulsevideo repo] on
github.  It contains a "pulsevideo" program which is invoked like
gst-launch-1.0 and a source element to read from pulsevideo.

[pulsevideo repo]: https://github.com/wmanley/pulsevideo

It's still a work in progress, but many parts are in a good state already and
I've been using it in production reliably for the past month or so.

It is intended to work against GStreamer 1.2 and later so I can support Ubuntu
14.04 and as such it contains a modified version of multisocketsink, a backport
of watchdog from 1.4, a few new elements (socketsrc, fdpay, fddepay), a new
allocator (GstTmpFileAllocator) and a new buffer meta
(GstNetControlMessageMeta).

I hope to get much of this into GStreamer proper, and the next step is to get
#739546 reviewed.  So if anyone has any interest in this work I would
appreciate a review of #739546.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list