audio-server: add rtp

This commit is contained in:
Sandro - 2023-12-13 15:54:30 +01:00
parent 13ddc40b2f
commit 4a86fa19aa
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
1 changed files with 5 additions and 0 deletions

View File

@ -32,6 +32,10 @@ in
{
"path" = pactl;
"args" = "load-module module-native-protocol-tcp";
} {
"path" = pactl;
# https://wiki.archlinux.org/title/PulseAudio/Examples#PulseAudio_over_network
"args" = "load-module load-module module-rtp-recv latency_msec=10 sap_address=0.0.0.0";
} {
"path" = pactl;
"args" = "load-module module-zeroconf-publish";
@ -51,6 +55,7 @@ in
"server.address" = [
"unix:native"
"tcp:4713"
"udp:9875"
];
};
};