Skip to content

Live-streaming app using OpenTok SDK build on top of Rails app

Notifications You must be signed in to change notification settings

BitOfUniverse/broadcaster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Setup

  • Clone repository
  • Signup on tokbox.com and grab the API keys
  • Add API keys to config/application.yml: opentok_api_key: your_api_key opentok_api_secret: your_api_secret
  • run rails server and open app in browser

Deploy to heroku

  • Setup app locally
  • $ heroku config:set opentok_api_key=your_api_key opentok_api_secret=your_api_secret
  • $ heroku create
  • $ git push heroku master
  • $ heroku open

About

Live-streaming app using OpenTok SDK build on top of Rails app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published