You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: