/OBS-killer

An OBS clone - Practice project to learn Electron.js

Primary LanguageJavaScript

Learnings

  1. Every electron app has 1 main process and multiple render processes.
  2. InterProcess Communication(IPC) -> Render process can access stuff on main process using "remote" module.
  3. Electron is all about glueing together the APIs. :)

How to use?

  • Select video source.
  • Start button will start the recording and stop will stop it.
  • Save the video at the desired path through the dialog box.

Screenshots

Start Screen

Video sample recorded from this app

Sample Video