Screen Record Pro is a progressive web application (PWA) written in Vue.js that has an accompanying Laravel based microservice. This application allows you to record your desktop using the MediaRecorder API and created a WebM file that can either be downloaded, emailed or streamed(coming soon). For a full tutorial including videos check my website blog
- Record desktop and microphone output
- Create .webm file from stream
- Email file
- Download File
- Play file in browser
- Connect to Youtube
- Stream to Youtube (coming soon)
npm install
npm run serve
npm run build
npm run lint
If you want to add functionality or fix a bug please provide a PR!