[Bug 314624] [PATCH] Provide a way to use unix sockets beside simple tcp sockets

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon May 30 13:53:14 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=314624
  GStreamer | gst-plugins-base | git

--- Comment #19 from David Schleef <ds at schleef.org> 2011-05-30 20:53:06 UTC ---
multifdsink would handle unix domain sockets if someone wrote the 2-line patch
to make it not error out.

What is the use case for adding support for UNIX domain sockets that can't
already be handled by localhost TCP sockets?  Although AF_UNIX sockets are
somewhat faster, if you actually care about the difference (i.e., you're moving
GB/sec though a socket), you should be using shared memory.  And if you're
using a protocol on top of AF_UNIX, you wouldn't want to use a generic unix
socket element.

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


More information about the gstreamer-bugs mailing list