spatialaudio / jackclient-python

🂻 JACK Audio Connection Kit (JACK) Client for Python :snake:
https://jackclient-python.readthedocs.io/
MIT License
135 stars 26 forks source link

Connect to client that run on remote machine #41

Closed matansag closed 4 years ago

matansag commented 6 years ago

Hi, is there any way to connect to a client that run on different machine in the local-network? Or to run JACK-Client in Docker container while manipulating the jack connection on the host?

Thanks

mgeier commented 6 years ago

There are multiple ways to run JACK over a network, see http://www.jackaudio.org/faq/netjack.html. I've never tried it myself, though.

matansag commented 6 years ago

thanks @mgeier i tried them, in jack.trip i can send audio to and from client but i can't modify client connections. the same goes with netJACK2..

Maybe i missed something - i used netadapter and audioadapter

mgeier commented 6 years ago

Is this specific to the Python wrapper or is it a general JACK question?

If latter, you should probably ask at the JACK mailing list: http://www.jackaudio.org/community.html.

jebofponderworthy commented 6 years ago

JACK connections are not made over the network, they are done by direct in-OS API.

jebofponderworthy commented 6 years ago

Can you tell us a bit more of what you are trying to do?