Closed viral98 closed 4 years ago
Take a look at this obs-studio-node's test: it looks like plugins initialization: https://github.com/stream-labs/obs-studio-node/blob/2cf61ea8d18839cbe919a5f03db76db5e5da36f5/tests/osn-tests/src/test_osn_module.ts And here is the path where plugins are searched for: https://github.com/stream-labs/obs-studio-node/blob/d54a2828247fbbb4704fc44089bcfcd78966966c/js/module.js#L11
Please tell us a bit more about plugins you're interested in: how to get and install them, how to use them in OBS?
I wanted to try out the plugin which initializes virtual camera Thanks for the links though, I'll check them out! Appreciate it!
@viral98, have you figured it out? Can you share your solution with us?
Hey - no, it seems like I will have to wait till the node OBS team develops it - they seem to be forking webcamdoid's virtual device drivers to generate one for their own system. As of now, its Mac only.
Hey! Is there a way through which I can use OBS plugins like virtual camera through nodeobs?