Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)