audio: init raop-discover

This commit is contained in:
makefu 2024-07-31 23:01:41 +02:00
parent d491179846
commit 296ce20ef6
No known key found for this signature in database
GPG key ID: 36F7711F3FC0F225

View file

@ -0,0 +1,24 @@
{
# https://docs.pipewire.org/page_module_raop_discover.html
services.pipewire.extraConfig.pipewire."92-raop-discover" = {
"context.modules" = [
{
name = "libpipewire-raop-discover";
args = {
"stream.rules" = [
{ matches = [
{ raop.ip = "~.*";
}
];
actions = {
create-stream = {
stream.props = {};
};
};
}
];
};
}
];
};
}