HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

pipewire — Start the PipeWire daemon. More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
pipewirethecommandstartdaemonclimore
linux

Problem

How to use the pipewire command: Start the PipeWire daemon. More information: <https://docs.pipewire.org/page_man_pipewire_1.html>.

Solution

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

Code Snippets

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

Context

tldr-pages: linux/pipewire

Revisions (0)

No revisions yet.