Disable Network Discovery of Speakers on Fedora

The network discovery of remote speakers is enabled by default on Fedora, leading to a very long list in the output device setting. To disable this feature:

Show/Hide the code
1
2
3
4
5
mkdir -p ~/.config/pipewire/pipewire.conf.d/
echo "context.properties = {
        module.raop = false
}" > ~/.config/pipewire/pipewire.conf.d/noraop.conf
systemctl --user restart pipewire

Source: Fedora Discussion

使用 Hugo 构建
主题 StackJimmy 设计