pulse-server: append remote name to native socket

This way we don't interfere with the pulseaudio daemon in any way
and we can implement fallback to pulse-server in the pulseaudio
client library config file.
This commit is contained in:
Wim Taymans 2020-11-12 11:01:57 +01:00
parent 6c7a84a0ff
commit c368768b93
2 changed files with 19 additions and 2 deletions

View file

@ -35,7 +35,7 @@ extern "C" {
#define PW_PROTOCOL_PULSE_DEFAULT_PORT 4713
#define PW_PROTOCOL_PULSE_DEFAULT_SOCKET "native"
#define PW_PROTOCOL_PULSE_DEFAULT_SERVER "unix:native"
#define PW_PROTOCOL_PULSE_DEFAULT_SERVER "unix:"PW_PROTOCOL_PULSE_DEFAULT_SOCKET
#define PW_PROTOCOL_PULSE_USAGE "[ server.address=(tcp:[<ip>:]<port>|unix:<path>)[,...] ] " \