Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Liquidsoap + JMPX #8

Open
fidegr opened this issue Jul 1, 2018 · 1 comment
Open

Liquidsoap + JMPX #8

fidegr opened this issue Jul 1, 2018 · 1 comment

Comments

@fidegr
Copy link

fidegr commented Jul 1, 2018

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

@jontio
Copy link
Owner

jontio commented Jul 6, 2018

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants