pipewire/src/daemon
Barnabás Pőcze 48f03f85a7 pulse-server: add support for IPv6
Add support for listening on IPv6 addresses.
The following address formats are supported:
 * tcp:[<ipv6-addr>]:<port>,
 * tcp:<ipv4-addr>:<port>,
 * tcp:<port>, and
 * unix:<path>.

The IP addresses are parsed using `inet_pton()`,
only the formats supported by that function
are accepted.

The IPv6 address must be surrounded by square brackets,
they do not mean "optional" here. Specifying only the
port is equivalent to the following two addresses:
 * [::]:<port>, and
 * 0.0.0.0:<port>.

Address parsing has been made stricter: the port
must always be specified explicitly.

Fixes #1216.
2021-05-27 21:12:14 +02:00
..
filter-chain filter-chain: fix rnnoise example configuration 2021-05-24 08:23:21 +00:00
media-session.d conf: move config file to datadir 2021-05-17 16:22:31 +02:00
systemd Let pipewire-pulse services conflict with their pulseaudio counterparts 2021-05-22 14:26:30 +02:00
client-rt.conf.in stream: Add node.autoconnect stream.properties 2021-03-29 14:19:34 +02:00
client.conf.in Update client.conf.in Formatting 2021-04-12 15:26:46 +00:00
jack.conf.in jack: add jack.self-connect-mode 2021-03-23 12:24:38 +01:00
meson.build conf: move config file to datadir 2021-05-17 16:22:31 +02:00
pipewire-pulse.conf.in pulse-server: add support for IPv6 2021-05-27 21:12:14 +02:00
pipewire-system.conf Relicense as MIT/X11 2018-11-05 17:48:52 +01:00
pipewire.c i18n: move to separate .h file 2021-04-30 09:57:30 +02:00
pipewire.conf.in modules: Add module-rt 2021-05-19 17:39:17 +02:00
pipewire.desktop.in add i18n support 2021-01-08 10:26:46 +01:00