An open API service indexing awesome lists of open source software.

https://github.com/remarkablemark/mediarecorder-demo

A demo of getUserMedia and MediaRecorder.
https://github.com/remarkablemark/mediarecorder-demo

demo mediarecorder mediastream webrtc

Last synced: 3 months ago
JSON representation

A demo of getUserMedia and MediaRecorder.

Awesome Lists containing this project

README

          

# MediaRecorder Demo

A demo of [`getUserMedia`](https://developer.mozilla.org/docs/Web/API/MediaDevices/getUserMedia) and [`MediaRecorder`](https://developer.mozilla.org/docs/Web/API/MediaRecorder) inspired by [WebRTC samples](https://webrtc.github.io/samples/).

Check out the [demo](https://remarkablemark.org/mediarecorder-demo/).

## Install

Clone repository:

```sh
git clone https://github.com/remarkablemark/mediarecorder-demo.git
cd mediarecorder-demo
```

## Run

Open in browser:

```sh
open index.html
```