Skip to content

mateus-cortiano/obs-source-menu

Repository files navigation

obs source menu

a cutter menu for listing and selecting obs sources that works via websockets.


INSTALLATION

  1. Clone git repository.
  2. Run npm run build.
  3. 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).
  4. Make sure to configure and enable OBS WebSockets server.

TO DO

  1. Implement add and remove source functionality.
  2. Implement a method for saving and auto completing login form.
  3. Add color customization options.