mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-09 13:30:06 -05:00
jack: add jack.self-connect-mode
Add a property to restrict self-connections. This can be used to stop clients from connecting themselves automatically. Fixes #952
This commit is contained in:
parent
3b0b5cb55d
commit
df9644f109
2 changed files with 58 additions and 0 deletions
|
|
@ -58,4 +58,11 @@ jack.properties = {
|
|||
#jack.merge-monitor = false
|
||||
#jack.short-name = false
|
||||
#jack.filter-name = false
|
||||
#
|
||||
# allow: Don't restrict self connect requests
|
||||
# fail-external: Fail self connect requests to external ports only
|
||||
# ignore-external: Ignore self connect requests to external ports only
|
||||
# fail-all: Fail all self connect requests
|
||||
# ignore-all: Ignore all self connect requests
|
||||
#jack.self-connect-mode = allow
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue