mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: improve server registration
Take a list of addresses to listen on.
This commit is contained in:
parent
5b8a52cc78
commit
8b70a83c96
2 changed files with 44 additions and 80 deletions
|
|
@ -35,8 +35,9 @@ extern "C" {
|
|||
#define PW_PROTOCOL_PULSE_DEFAULT_PORT 4713
|
||||
#define PW_PROTOCOL_PULSE_DEFAULT_SOCKET "native"
|
||||
|
||||
#define PW_PROTOCOL_PULSE_USAGE "[ tcp.listen=[ip:]<port>[,...] ] " \
|
||||
"[ unix.socket=<path>[,...] ] " \
|
||||
#define PW_PROTOCOL_PULSE_DEFAULT_SERVER "unix:native"
|
||||
|
||||
#define PW_PROTOCOL_PULSE_USAGE "[ server.address=(tcp:[<ip>:]<port>|unix:<path>)[,...] ] " \
|
||||
|
||||
struct pw_protocol_pulse;
|
||||
struct pw_protocol_pulse_server;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue