Add to your Gemfile
gem 'videojs_rails'
And run bundle to install the library.
bundle
Add the resources to your application.js file
# app/assets/javascripts/application.js
//= require videojs
You can optionally include skins by requiring in app/assets/stylesheets/application.css
/*
*= require_self
*= require videojs
*= require skins/hu.css
*/
currently not working
<%= videojs_rails source: "http://domain.com/path/to/video.mp4", width:"400px" %>