Multimedia processing graphs
Find a file
David Svensson Fors bef8d91d72 stream: close rtwritefd
rtreadfd is added as IO in the context loop, and closed when that loop
is torn down. But rtwritefd is only used by the stream, and needs to
be closed when the stream is destroyed.

Change-Id: I7cdd623290933b2aff861003fdf1f390ff566a49
2017-06-21 15:03:19 +02:00
doc Update docs a little 2017-06-21 13:17:43 +02:00
man man: fixes 2017-06-16 17:56:18 +02:00
pipewire stream: close rtwritefd 2017-06-21 15:03:19 +02:00
pkgconfig pipewirecore: Add pc file 2017-06-21 15:02:44 +02:00
po pinos -> pipewire 2017-05-23 19:15:33 +02:00
spa link: improve renegotiation 2017-06-20 16:22:25 +02:00
.gitignore pinos -> pipewire 2017-05-23 19:15:33 +02:00
autogen.sh pinos -> pipewire 2017-05-23 19:15:33 +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 Make extensions 2017-06-21 12:11:54 +02:00
meson.build back to development 2017-06-20 16:28:30 +02:00
NEWS pinos -> pipewire 2017-05-23 19:15:33 +02:00
pipewire.spec spec: updates 2017-06-16 19:53:03 +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.