mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
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:
parent
6c7a84a0ff
commit
c368768b93
2 changed files with 19 additions and 2 deletions
|
|
@ -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>)[,...] ] " \
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue