recordly.io is an experiment with recording media streams. It is based largely on RecordRTC by Muaz Khan.
- Get the code
git clone https://github.com/rjmackay/recordly.io.git
- Install dependencies, run
npm install
andbower install
- Install ffmpeg with
--with-libvpx --with-theora --with-libogg --with-libvorbis
- Build CSS
gulp build
- Start the server
foreman start
Go to http://localhost:5000 to view the site.
recordly.io is licensed under GNU Affero GPL. RecordRTC is licensed under the MIT license.