jontio / JMPX

FM Stereo encoder with RDS support
https://jontio.zapto.org/hda1/paradise/jmpxencoder/jmpx.html
57 stars 8 forks source link

Liquidsoap + JMPX #8

Open fidegr opened 6 years ago

fidegr commented 6 years ago

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 commented 6 years ago

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.