It is not possible to run more than one instance of jack-matchmaker at the same time unless the -N is used to set distinctive JACK client names. The second instance only connects the moment after the first one closes.
jack-matchmaker erroneously interprets a non-zero return value of jack_client_open which has the JackNameNotUnique bit set as an error and remains in the re-connect loop.
It is not possible to run more than one instance of jack-matchmaker at the same time unless the
-N
is used to set distinctive JACK client names. The second instance only connects the moment after the first one closes.jack-matchmaker erroneously interprets a non-zero return value of
jack_client_open
which has theJackNameNotUnique
bit set as an error and remains in the re-connect loop.