Le 20 oct. 2009 à 11:58, Graham Goode a écrit :
> Hi Guys,
> I know that Jack2/jackdmp comes with a Netjack configuration. Does
> anyone know the steps to setting up Netjack to run between two Windows
> based computers? All the info I've found assumes a Linux Master... and
> "jack_netsource -h <slave jack hostname>" doesn't seem to be available
> in the Windows build...
> Thanks!
> GrahamG
> _______________________________________________
> Jack-Devel mailing list
>
Jack-Devel@...
>
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.orgTwo manners:
1)
- "jack_load netmanager" in a terminal on the master machine
- start the slave machine with "net" driver: jackd -R -d net
- possibly use "audioadapter" (like "jack_load audioadapter") to adapt
the network stream on the audio card
2)
- "jack_load netmanager" in a terminal on the master machine
- start the slave machine with its audio card
- use "netadapter" on the slave (like "jack_load netadapter") to
connect to the master machine.
Don't know how well/bad its works between 2 windows machines...
Stephane
_______________________________________________
Jack-Devel mailing list
Jack-Devel@...
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org