Skip to content

scrawlon/web-screen-capture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web-based screen recording

A simple example of the MediaStream Recording API using JavaScript. See demo here

Uses getDisplayMedia for screen capture and MediaRecorder to record the video stream.

Run it locally:

  1. Clone this repo to your computer.
  2. Open index.html in your browser.

Run it online:

  1. Same as above, but copy this repo to your server
  2. MediaStream Recording API requires 'https'.

About

Screen capture and recording with native web APIs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published