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.
- Host: GitHub
- URL: https://github.com/remarkablemark/mediarecorder-demo
- Owner: remarkablemark
- Created: 2018-07-30T03:23:28.000Z (about 7 years ago)
- Default Branch: gh-pages
- Last Pushed: 2018-07-31T02:50:36.000Z (about 7 years ago)
- Last Synced: 2025-04-08T12:50:21.150Z (6 months ago)
- Topics: demo, mediarecorder, mediastream, webrtc
- Language: JavaScript
- Homepage: https://remarkablemark.org/mediarecorder-demo/
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```