pipewire
Start the PipeWire daemon. More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.
Install
- All systems
-
curl cmd.cat/pipewire.sh
- Debian
-
apt-get install pipewire
- Ubuntu
-
apt-get install pipewire
- Arch Linux
-
pacman -S pipewire
- Kali Linux
-
apt-get install pipewire
- Fedora
-
dnf install pipewire
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pipewire
- Dockerfile
- dockerfile.run/pipewire
Start the PipeWire daemon. More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.
-
Start the PipeWire daemon:
pipewire
-
Use a different configuration file:
pipewire --config path/to/file.conf
-
Set the verbosity level (error, warn, info, debug or trace):
pipewire -v|vv|...|vvvvv
-
Display help:
pipewire --help
© tl;dr; authors and contributors