https://github.com/backface/camrecorder
A simple camera recorder that allows to record video clips (optionally with audio) in desktop and mobile browsers
https://github.com/backface/camrecorder
Last synced: 10 months 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/backface/camrecorder
- Owner: backface
- License: mit
- Created: 2020-10-22T16:13:24.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-17T05:39:56.000Z (over 5 years ago)
- Last Synced: 2025-03-10T19:32:22.739Z (over 1 year ago)
- Language: JavaScript
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
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.
Migrated to an ES6 module and added functionality(unattach...) from Valentin Schmidt's [CamRecorder](https://github.com/59de44955ebd/CamRecorder)
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.
Copyright (c) 2020 Valentin Schmidt