This branch uses HTML5's accept and capture tags to open the user's phone camcorder to record a video. It uploads the recording to an Amazon S3 bucket using Paperclip.
Note: Desktop browsers will not have the record video option. See the desktop_scriptcam branch for a working desktop implementation.
Stack
- Rails 4.0.2
- Ruby 2.1.2
- PostgreSQL 9.3.3
- HTML5
Tools
- Materialize (Material Design) for the UI
- Paperclip for uploading images
- AWS-SDK for storing uploads in S3