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.
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
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
For questions about the OpenTok API, contact support@tokbox.com