Obs-studio: "JACK input client source" not available

Hello,

I am on Ubuntu Studio. As the obs-studio in the APT repositories does not work with NVENC, I installed the snap version. NVENC now works well, however if I add a “JACK input client source” it won’t show up in the CARLA patchbay nor in the QJackCt connections. The window only says “No properties available”.

I am currently using the 21.0.2 release of OBS-Studio (installed using “–candidate”) but I does not work with the most current version either.

What I would like to do, is to add the output of a program (available in CARLA) to my obs-studio session.

I hope someone can come up with a suggestion.

Thank you very much!

looks like obs-studio is not providing a plug for a jack1 interface (though i’m not sure if thats enough, might also need additional libs etc):

$ snap interface jack1
name:    jack1
summary: allows interacting with a JACK1 server
slots:
  - core

you should probably file an issue:

$ snap info obs-studio|grep contact
contact:   https://github.com/snapcrafters/obs-studio/issues

So I did:


Thanks ogra!