Skip to content

Site to record video from webcam, and download recorded file to computer. Try it at http://recordnow.me

Notifications You must be signed in to change notification settings

songz/RecordNowMe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RecordNow.me

Intro

RecordNow.me is a demo of OpenTok's standalone archiving feature. Create a recorder object, record a message, and retrieve the download url for the video that you recorded.

Demo

http://recordnow.me

Run the code

First, make sure you have the necessary ruby gems bundle install

Then replace the key and secret in app.rb with your credentials

Next, run the ruby file. ruby app.rb or shotgun app.rb

File Description

Gemfile, Gemfile.lock, and Procfile are used to deploy to heroku.
app.rb is the server code to generate token and retrieve download url.
views/main.erb contains the javascript code to create a recorder object and retrieve download url.
public/stylesheets/style.css contains the stylesheets for the site

Contact

For questions about the OpenTok API, contact support@tokbox.com

Happy Coding!

About

Site to record video from webcam, and download recorded file to computer. Try it at http://recordnow.me

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages