Multimedia processing graphs
Find a file
Wim Taymans 4f08dbcd24 Use more fine grained access control
Make it possible to add more permissions to an object than just visible
or not. Pass these permissions to the client. This way we can make a
difference between being able to see and read, modify or query an
object. More permissions can be added later when needed. Because the
permissions is set on the resource by the access control module, the
implementations can check if the right permission is set before doing
anything.
2017-08-01 17:09:57 +02:00
doc API cleanups 2017-07-18 10:06:40 +02:00
man man: fixes 2017-06-16 17:56:18 +02:00
pkgconfig move things around 2017-07-11 16:08:22 +02:00
po pinos -> pipewire 2017-05-23 19:15:33 +02:00
spa Work on improved scheduling or remote nodes 2017-07-28 14:28:20 +01:00
src Use more fine grained access control 2017-08-01 17:09:57 +02:00
.gitignore pinos -> pipewire 2017-05-23 19:15:33 +02:00
autogen.sh Add beginnings of jack module 2017-06-26 13:04:47 +02:00
config.h.meson Don't hardcode plugin path 2017-06-19 12:19:22 +02:00
git-version-gen Initial commit 2015-04-16 16:58:33 +02:00
GPL Initial commit 2015-04-16 16:58:33 +02:00
LGPL Initial commit 2015-04-16 16:58:33 +02:00
LICENSE pinos -> pipewire 2017-05-23 19:15:33 +02:00
Makefile.in move things around 2017-07-11 16:08:22 +02:00
meson.build move things around 2017-07-11 16:08:22 +02:00
NEWS pinos -> pipewire 2017-05-23 19:15:33 +02:00
pipewire.spec move things around 2017-07-11 16:08:22 +02:00
PROTOCOL Initial commit 2015-04-16 16:58:33 +02:00
README readme: fix typo (#1) 2017-06-21 13:20:30 +02:00

PipeWire
--------

PipeWire is a server and user space API to deal with multimedia
pipelines. This includes:

  - Making available sources of video (such as from a capture devices or
       application provided streams) and multiplexing this with
       clients.
  - Accessing sources of video for consumption.
  - Generating graphs for audio and video processing.

Nodes in the graph can be implemented as separate processes,
communicating with sockets and exchanging multimedia content using fd
passing.