LinuxCommandLibrary

pw-dump

Dump PipeWire's current state as JSON, including the information on nodes, devices, modules, ports, and other objects.

TLDR

Print a JSON representation of the default PipeWire instance's current state

$ pw-dump
copy


Dump the current state [m]onitoring changes, printing it again
$ pw-dump --monitor
copy


Dump the current state of a [r]emote instance to a file
$ pw-dump --remote [remote_name] > [path/to/dump_file.json]
copy


Set a [C]olor configuration
$ pw-dump --color [never|always|auto]
copy


Display help
$ pw-dump --help
copy

Copied to clipboard