a cutter menu for listing and selecting obs sources that works via websockets.
INSTALLATION
- Clone git repository.
- Run
npm run build
. - Add a Custom Browser Dock in OBS Studio (View/Docks/Custom Browser Docks) with the URL pointing to the generated index.html (./public/index.html).
- Make sure to configure and enable OBS WebSockets server.
TO DO
- Implement add and remove source functionality.
- Implement a method for saving and auto completing login form.
- Add color customization options.