Open michojel opened 6 years ago
I have the same issue on Windows and it appears to be related to a Windows-specific network oddity that I haven't pinned down exactly. For example, disabling the Windows firewall doesn't even correct the problem. I did verify in Wireshark that the multicast packets from the slave were reaching the master, but it didn't look like they were being delivered to the jackd process.
I resolved it by not using multicast on the slave (jackd -R -d net -a $MASTER_IP
).
Hi Everyone,
I would like to follow up on this thread for I have a similar issue with JACK on Windows Subsystem for Linux.
Currently:
1. JACK start on windows and jack_simple_client generates the sound played with the windows speakers.
2. I've configured pulseaudio to load module-jack-sink and module-jack-source and they are loaded.
3. jackd default server is launched on my Linux virtual machine.
Here is the output of jack_lsp for Linux:
Cannot lock down 82280346 byte memory area (Cannot allocate memory)
PulseAudio JACK Sink:front-left
PulseAudio JACK Sink:front-right
PulseAudio JACK Source:front-left
PulseAudio JACK Source:front-right
netadapter:capture_1
netadapter:capture_2
netadapter:playback_1
netadapter:playback_2
Here is the output of jack_lsp on Windows:
system:capture_1
system:capture_2
system:playback_1
system:playback_2
When I call: jack_simple_client on Linux there is no sound. Testing playing the file with: mpv --ao=jack test.wav show output with the file playing - its metadata and percentage durations.
I cannot run: jackd -r -d net -a with the IP address for the server is already started. I guess, I need pulseaudio integration for this virtual machine has no card.
Any hints will be appriciated.
Best, Pawel
Hello,
I followed this article to setup jack master on Window 8.1 64bit and this to connect it with a slave running on Linux (also 64bit).
Host and guest are connected using VirtualBox host-only internet adapter with static IP addresses. I can ping the other from both directions. And for the sake of getting this work, I've disabled windows firewall.
I'm running the jackd (1.9.11) master on Windows host as an administrator like this:
The last two lines come up after running:
On the Linux guest I run
jackd -R -d net
in systemd with the following output:Not sure how serius the error
Cannot create RT messagebuffer thread: Operation not permitted (1)
is. The server is running though. I'm able to get rid of this error by runningjackd
is root -- the outcome is the same though.Nevertheless the console output of
jackd
on windows master is unaffected. And in the Jack Control I can see onlysystem
windows clients.I'd be glad for any suggestion you may have. Thank you in advance.