JMPX icon indicating copy to clipboard operation
JMPX copied to clipboard

Liquidsoap + JMPX

Open fidegr opened this issue 7 years ago • 1 comments

Hello,

I'm trying to make JMPX work with liquidsoap. In principle liquidsoap starts well and generates the output ports (attached image). When I boot JMPX does not detect the output ports of liquisoap and gives an error (attached image). How could I solve it?

Thank you so much for your help.

liquidsoap jmpx_error

fidegr avatar Jul 01 '18 09:07 fidegr

That looks like it's a problem with RtAudio. RtAudio is the code that deals with interfacing with audio. It's failing when calling "getDeviceInfo" using the Jack API. Currently JMPX uses version 4.1.2 of RtAudio but there is now a newer version released (version 5) so maybe using the newer version might fix the problem. https://github.com/thestk/rtaudio/releases . If it doesn't then debugging what's going on in the getDeviceInfo function will be needed.

jontio avatar Jul 06 '18 21:07 jontio