❄️ The winter sale is here. 25% off for a limited time. Join us →
Build a Webcam and Screen Sharing Site With Inertia

01. Introduction and demo

Source code on GitHub

Let’s build an app to capture and record your webcam (or screen) directly from the browser, store it, and provide a link that can be shared to anyone for them to watch.

Completely from scratch, we’ll hook into the browser APIs for recording, send the video to our backend for encoding, generate still images with FFmpeg, and produce a sharable link that can be sent to anyone for them to view.