Fix server listen/acl mix up

This commit is contained in:
Sandro - 2021-09-20 23:19:44 +02:00
parent ca56498c45
commit b77ed44870
2 changed files with 4 additions and 20 deletions

View File

@ -7,12 +7,8 @@
"name": "libpipewire-module-protocol-pulse",
"args": {
"server.address": [
"tcp:127.0.0.0/8",
"tcp:::1/128",
"tcp:fd23:42:c3d2:500::/56",
"tcp:172.22.99.0/24",
"tcp:172.20.72.0/21",
"tcp:2a00:8180:2c00:200::/56"
"unix:native",
"tcp:4713"
]
}
}

View File

@ -23,7 +23,8 @@
{
"args": {
"server.address": [
"unix:native"
"unix:native",
"tcp:4713"
],
"vm.overrides": {
"pulse.min.quantum": "1024/48000"
@ -33,19 +34,6 @@
},
{
"name": "libpipewire-module-zeroconf-publish"
},
{
"args": {
"server.address": [
"tcp:127.0.0.0/8",
"tcp:::1/128",
"tcp:fd23:42:c3d2:500::/56",
"tcp:172.22.99.0/24",
"tcp:172.20.72.0/21",
"tcp:2a00:8180:2c00:200::/56"
]
},
"name": "libpipewire-module-protocol-pulse"
}
],
"context.properties": {},