Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/59de44955ebd/camrecorder
A simple camera recorder that allows to record video clips (optionally with audio) in desktop and mobile browsers
https://github.com/59de44955ebd/camrecorder
Last synced: 5 days ago
JSON representation
A simple camera recorder that allows to record video clips (optionally with audio) in desktop and mobile browsers
- Host: GitHub
- URL: https://github.com/59de44955ebd/camrecorder
- Owner: 59de44955ebd
- License: mit
- Created: 2020-08-18T16:07:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-12T15:49:20.000Z (almost 3 years ago)
- Last Synced: 2023-10-20T15:54:47.307Z (about 1 year ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CamRecorder
A simple camera recorder that allows to record video clips (optionally with audio) in desktop and mobile browsers.For browsers without MediaRecorder API - like Safari for macOS and iOS - it uses an extended version of Satoshi Ueyama's [Javascript MotionJPEG/AVI Builder](http://ushiroad.com/mjpeg/) and (for optional audio support) a modified version of Matt Diamond's [Recorder.js](https://github.com/mattdiamond/Recorderjs) to record to AVI.
[Online-Demo](https://jsfiddle.net/59de44955ebd/js46k01d/1/)