On Tue, Jul 19, 2016 at 5:08 PM, Michał Badura <senseal@gmail.com> wrote:
Yeah, it seems that I can use netjack on both systems, because I was able to run jackd -d net on OSX.

The problem is connecting output of the jack server running with the net backend to the soundcard on OSX. On Linux I did it using alsa_out, which creates Jack ports for the soundcard inside a Jack server running with another backend, such as netjack.

JACK2 (JackOSX) has support for slave drivers. Read the man page, see the -X option.

    jackd -X coreaudio ... -d netjack ....