Man page - pipewire-aes67(1)
Packages contas this manual
- pipewire-jack.conf(5)
- pw-cat(1)
- pipewire-client.conf(5)
- pipewire-pulse.conf(5)
- pw-config(1)
- pw-dump(1)
- spa-json-dump(1)
- pw-dot(1)
- pw-mon(1)
- pw-container(1)
- pipewire.conf(5)
- spa-resample(1)
- pw-cli(1)
- pw-metadata(1)
- pipewire-filter-chain.conf(5)
- pw-midiplay(1)
- pipewire-avb(1)
- pw-play(1)
- pw-record(1)
- pipewire(1)
- pw-midirecord(1)
- spa-inspect(1)
- spa-acp-tool(1)
- pw-encplay(1)
- pw-dsdplay(1)
- pw-loopback(1)
- spa-monitor(1)
- pw-reserve(1)
- pipewire-props(7)
- pw-top(1)
- pw-link(1)
- pw-mididump(1)
- pw-profiler(1)
- pipewire-aes67(1)
- pipewire-jack.conf(5)
- pw-cat(1)
- pipewire-client.conf(5)
- pipewire-pulse.conf(5)
- pw-config(1)
- pw-dump(1)
- spa-json-dump(1)
- pw-dot(1)
- pw-mon(1)
- pw-container(1)
- pipewire.conf(5)
- spa-resample(1)
- pw-cli(1)
- pw-metadata(1)
- pipewire-filter-chain.conf(5)
- pw-midiplay(1)
- pipewire-avb(1)
- pw-play(1)
- pw-record(1)
- pipewire(1)
- pw-midirecord(1)
- spa-inspect(1)
- spa-acp-tool(1)
- pw-encplay(1)
- pw-dsdplay(1)
- pw-loopback(1)
- spa-monitor(1)
- pw-reserve(1)
- pipewire-props(7)
- pw-top(1)
- pw-link(1)
- pw-mididump(1)
- pw-profiler(1)
- pipewire-aes67(1)
apt-get install pipewire-bin
apt-get install pipewire-bin
Manual
| pipewire(1) | General Commands Manual | pipewire(1) |
NAME
pipewire - The PipeWire media server
SYNOPSIS
pipewire [options]
DESCRIPTION
PipeWire is a service that facilitates sharing of multimedia content between devices and applications.
The pipewire daemon reads a config file that is further documented in pipewire.conf(5) manual page.
OPTIONS
-h | --help
-v | --verbose
--version
-c | --config=FILE
-P | --properties=PROPS
RUNTIME SETTINGS
A PipeWire daemon will also expose a settings metadata object that can be used to change some settings at runtime.
Normally these settings can bypass any of the restrictions listed in the config options above, such as quantum and samplerate values.
The settings can be modified using pw-metadata(1):
pw-metadata -n settings # list settings pw-metadata -n settings 0 # list server settings pw-metadata -n settings 0 log.level 2 # modify a server setting
log.level = INTEGER
clock.rate = INTEGER
clock.allowed-rates = [ RATE1 RATE2... ]
clock.force-rate = INTEGER
Set the value to 0 to allow the sample rate to vary again.
clock.quantum = INTEGER
clock.min-quantum = INTEGER
clock.max-quantum = INTEGER
clock.force-quantum = INTEGER
Set the value to 0 to allow the quantum to vary again.
ENVIRONMENT VARIABLES
Socket directories
PIPEWIRE_RUNTIME_DIR
XDG_RUNTIME_DIR
USERPROFILE
PIPEWIRE_CORE
PIPEWIRE_REMOTE
PIPEWIRE_DAEMON
Config directories, config file name and prefix
PIPEWIRE_CONFIG_DIR
XDG_CONFIG_HOME
HOME
PIPEWIRE_CONFIG_PREFIX
PIPEWIRE_CONFIG_NAME
PIPEWIRE_NO_CONFIG
Context information
As part of a client context, the following information is collected from environment variables and placed in the context properties:
LANG
XDG_SESSION_ID
DISPLAY
Modules
PIPEWIRE_MODULE_DIR
SPA_SUPPORT_LIB
Logging options
JOURNAL_STREAM
PIPEWIRE_LOG_LINE
PIPEWIRE_LOG_TIMESTAMP
PIPEWIRE_LOG
PIPEWIRE_LOG_SYSTEMD
Other settings
PIPEWIRE_CPU
PIPEWIRE_VM
DISABLE_RTKIT
NO_COLOR
Debugging options
PIPEWIRE_DLCLOSE
Stream options
PIPEWIRE_NODE
PIPEWIRE_PROPS
PIPEWIRE_QUANTUM
PIPEWIRE_LATENCY
PIPEWIRE_RATE
PIPEWIRE_AUTOCONNECT
Plugin options
SPA_PLUGIN_DIR
SPA_DATA_DIR
SPA_DEBUG
ACP_BUILDDIR
ACP_PATHS_DIR
ACP_PROFILES_DIR
LADSPA_PATH
LIBJACK_PATH
AUTHORS
The PipeWire Developers <https://gitlab.freedesktop.org/pipewire/pipewire/issues>; PipeWire is available from <https://pipewire.org>
SEE ALSO
pw-top(1), pw-dump(1), pw-mon(1), pw-cat(1), pw-cli(1), libpipewire-modules(7)
| 1.4.2 | PipeWire |