TimPlayer: HTML5 Video Player that is an Open Source and beautiful alternative to Vimeo, JWPlayer, VideoJS, Youtube, Wistia
- To run the app locally, do the following,
git clone git@github.com:timchunght/timplayerdemo.git
cd timplayerdemo
rails server
- To deploy the app on heroku, do the following,
heroku create
RAILS_ENV=production bundle exec rake assets:precompile
git add public/assets
git push heroku master
You must precompile assets since the video player depends on the asset files.
Click demo for a live version.
The standalone player files are here
Modified and Styled by Timothy Chung
Copyright Timothy Chung
Please feel free to use it for any of your projects
Special thanks to Designmodo for their free UI assets!