codeoverflow-org / nodecg-io

A NodeCG-bundle which implements Social Media API's in the NodeCG framework
https://nodecg.io
MIT License
108 stars 26 forks source link

Add OBS service #93

Closed hlxid closed 4 years ago

hlxid commented 4 years ago

Description

There should be a service of OBS using the https://github.com/Palakis/obs-websocket/ plugin. Potential node.js library https://www.npmjs.com/package/obs-websocket-js

derNiklaas commented 4 years ago

What about nodecg-obs?

hlxid commented 4 years ago

With nodecg-io we want to create a streamlined experience for the user and developer. All services are created and managed the same way and also used similarly (once we have not only the underlying clients but also some simplifications on top). Nodecg-obs works completely differently and thus is complicating setup for users and usage for developers.

nodecg-obs is a exception because it is very good unless most other nodecg service bundles. Still a service in nodecg-io would be nice but it sure has less priority because a nice client already exists.