recordavideo
recordavideo copied to clipboard
A demo app to record or stream your camera or desktop - right from your browser! uses api.video (https://api.video).
record.a.video
api.video is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
Table of contents
- Table of contents
- Project description
-
Getting started
- Installation
- Dependencies
- FAQ
Project description
Sample application built with Next.js showcasing the @api.video/media-stream-composer library.
The application is deployed on Heroku and can be viewed here.
Getting started
Installation
To start the application:
- Edit the
.env
file to add your api.video upload token:
NEXT_PUBLIC_UPLOAD_TOKEN=[YOUR_API_VIDEO_UPLOAD_TOKEN]
- Install dependencies and run the project:
npm i
npm run dev
- Then, open http://localhost:3000 with your browser to see the result.
Dependencies
We are using external library
Plugin | README |
---|---|
dotenv | Link to README |
@mui/icons-material | Link to README |
material-ui-popup-state | Link to README |
react-beautiful-dnd | Link to README |
react-color | Link to README |
FAQ
If you have any questions, ask us in the community. Or use issues.