SirYummy / react-multimedia-capture-example

Example of using react-multimedia-capture to capture Video/Audio from React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-multimedia-capture Example

Example of react-multimedia-capture.

Steps

  1. install dependencies.

$ npm install

  1. Build resources

$ gulp

  1. Run the server.

$ node server

Audio Example?

Switch the component inside of 'src/app.js': <VideoExample /> to <AudioExample />, and rebuild & run.

About

Example of using react-multimedia-capture to capture Video/Audio from React


Languages

Language:JavaScript 97.9%Language:HTML 2.1%