Skip to content
Snippets Groups Projects
Commit c7ff629f authored by George Kiagiadakis's avatar George Kiagiadakis
Browse files

config: add an example of split-instance configuration

This configuration allows splitting wireplumber into multiple instances.
The "main" instance takes care of loading and managing devices
The "policy" instance does all the linking and implements endpoints
The "bluetooth" instance runs the bluetooth devices & nodes

Test with (in separate terminals):
./wp-uninstalled.sh -c config-split -- wireplumber -c main.conf
./wp-uninstalled.sh -c config-split -- wireplumber -c policy.conf
./wp-uninstalled.sh -c config-split -- wireplumber -c bluetooth.conf
parent 3b144fa9
No related branches found
Tags debian/0.4.12-1
No related merge requests found
Showing
with 602 additions and 0 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment