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.
- Clone this repo to your computer.
- Open index.html in your browser.
- Same as above, but copy this repo to your server
- MediaStream Recording API requires 'https'.