coppwr is a tool that provides low level control over the PipeWire multimedia server.
It aims to expose and provide as many ways to inspect and control the many aspects of the PipeWire multimedia server as possible.
It can be used as a diagnostic tool for PipeWire and to help develop software that interacts with it.
End-users of PipeWire that want to configure it should look into simpler tools
recommended by the PipeWire devs.
If you want to learn the inner workings of PipeWire check out the docs page on its design
and its wiki.
- Object inspection, creation & destruction
- Process monitoring & profiler statistics
- Metadata editing
- Module loading
More to be added...
coppwr-bin is available from the AUR (use coppwr for the non-prebuilt package).
Use your AUR helper of choice or install it manually
git clone https://aur.archlinux.org/coppwr-bin.git
cd coppwr-bin
makepkg -iDebian and RPM packages are available from the releases.
coppwr does not self-update.
- Rust and Cargo from your distribution packages or see https://www.rust-lang.org/tools/install
- bindgen requirements
- PipeWire library headers/PipeWire development packages
In the repository's root directory
cargo build --releasecoppwr is available from the AUR
git clone https://aur.archlinux.org/coppwr.git
cd coppwr
makepkgDebian and RPM packages can be created using cargo-deb and cargo-generate-rpm respectively. See their usage instructions.
- egui+eframe
- egui_dock
- (A fork of) pipewire-rs