LinuxCommandLibrary

pipewire

Start the PipeWire daemon.

TLDR

Start the PipeWire daemon

$ pipewire
copy


Use a different configuration file
$ pipewire --config [path/to/file.conf]
copy


Set the verbosity level (error, warn, info, debug or trace)
$ pipewire -[v|vv|...|vvvvv]
copy


Display help
$ pipewire --help
copy

Copied to clipboard