Skip to content

mastashake08/vue-screen-recorder

Repository files navigation

Screen Record Pro

MIT license PRs Welcome Maintenance Website recorder.jcompsolu.com Patreon Twitter CodeLife Discord online members Screen Record Pro logo

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

Features

  • 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)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.

Contributing

If you want to add functionality or fix a bug please provide a PR!