Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rodolfoaugusto/react-video-recorder-template
React Video Recorder Template
https://github.com/rodolfoaugusto/react-video-recorder-template
amplify blob react recorder typescript video
Last synced: 10 days ago
JSON representation
React Video Recorder Template
- Host: GitHub
- URL: https://github.com/rodolfoaugusto/react-video-recorder-template
- Owner: rodolfoaugusto
- Created: 2024-03-07T20:57:04.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-07T21:06:17.000Z (9 months ago)
- Last Synced: 2024-03-07T22:24:16.999Z (9 months ago)
- Topics: amplify, blob, react, recorder, typescript, video
- Language: TypeScript
- Homepage:
- Size: 190 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Video Recorder Template
This is a simple template for a video recorder using React. It uses the `react-media-recorder` package to record video and audio from the user's webcam and microphone.
## Installing
```bash
yarn
```## Setup
```bash
cp .env.example .env.local
```## Test and deploy it yourself with one click
[![amplifybutton](https://oneclick.amplifyapp.com/button.svg)](https://console.aws.amazon.com/amplify/home#/deploy?repo=https://github.com/rodolfoaugusto/react-video-recorder-template)