Skip to content

Draft: Default to pipewire-0 and add add a --daemon argument

Peter Hutterer requested to merge whot/pipewire:wip/daemon-arg into master

This sits on top of !861 (merged), only the last two patches matter.

This MR changes the default core.name to pipewire-0 since that's what everything else already uses. Is there a use-case where pipewire-$USER-$PID is expected?

Once the default is changed, we can have a --daemon commandline argument (core.daemon) and a --socket pipewire-xyz (core.name). Starting the daemon this way seems more logical than requiring the configuration file to specify those two options.

Merge request reports