pipewire/src/modules/module-protocol-native
Wim Taymans 6f2e274b15 protocol: add a few more options for XDG_RUNTIME_DIR
PIPEWIRE_CORE can be used to specify a server name.
PIPEWIRE_REMOTE can be used to specify what server name to
connect to.

Either use the absolute path of the name to create and connect
to a server, or use a relative path. For a relative path, the
server name will be completed by prefixing the following paths
in order:

PIPEWIRE_RUNTIME_DIR environment variable,
XDG_RUNTIME_DIR environment variable,
HOME environment variable,
USERPROFILE environment variable,
home directory as stored in the password database.

Fixes #259
2020-07-31 12:46:58 +02:00
..
v0 protocol: add workaround for bad v0 clients 2020-06-09 13:22:07 +02:00
connection.c connection: dup and close fds 2020-06-05 17:36:03 +02:00
connection.h pw_core -> pw_context 2019-12-10 18:19:56 +01:00
defs.h core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
local-socket.c protocol: add a few more options for XDG_RUNTIME_DIR 2020-07-31 12:46:58 +02:00
portal-screencast.c core_proxy: prepare to rename pw_remote -> pw_core_proxy 2019-12-06 11:48:40 +01:00
protocol-native.c improve error messages 2020-02-21 15:02:55 +01:00
test-connection.c tests: msg is undefined when _get_next() return != 1 2020-02-07 15:40:28 +01:00