Envek / obs-studio-node-example

Learn how to use OBS Studio from your Electron app for screen video recording
GNU General Public License v2.0
99 stars 19 forks source link

Using OBS plugins #11

Closed viral98 closed 4 years ago

viral98 commented 4 years ago

Hey! Is there a way through which I can use OBS plugins like virtual camera through nodeobs?

Envek commented 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?

viral98 commented 4 years ago

I wanted to try out the plugin which initializes virtual camera Thanks for the links though, I'll check them out! Appreciate it!

Envek commented 4 years ago

@viral98, have you figured it out? Can you share your solution with us?

viral98 commented 4 years ago

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.