mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-10 13:30:05 -05:00
pulse-server: support server config
Extend the server.address property so that you can also specify an object per server. Add support for configuring some aspects of the server such as max-clients and backlog. Most importantly, the pipewire client.access can be configured per server. See #1960
This commit is contained in:
parent
611591d0fc
commit
22625fb658
3 changed files with 104 additions and 73 deletions
|
|
@ -40,6 +40,12 @@ context.modules = [
|
|||
#"tcp:4713" # IPv4 and IPv6 on all addresses
|
||||
#"tcp:[::]:9999" # IPv6 on all addresses
|
||||
#"tcp:127.0.0.1:8888" # IPv4 on a single address
|
||||
#
|
||||
#{ address = "tcp:4713" # address
|
||||
# max-clients = 64 # maximume number of clients
|
||||
# listen-backlog = 32 # backlog in the server listen queue
|
||||
# client.access = "restricted" # permissions for clients
|
||||
#}
|
||||
]
|
||||
#pulse.min.req = 256/48000 # 5ms
|
||||
#pulse.default.req = 960/48000 # 20 milliseconds
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue