Kaltura_Fu

Homepage: http://www.velir.com Author: Patrick Robertson Copyright: 2010 License: MIT License

About Kaltura

Kaltura is an open source video streaming service.

About Kaltura_Fu

kaltura_fu is a gem for rails that extends the basic functionality of the Kaltura ruby client and adds in some Rails view helpers to generate video players, thumbnails, and the uploader. The Kaltura session and client are managed in a singleton pattern, and there are additional modules that allow you to more perform basic API actions in a more efficient manner.

Installation:

Install the gem with the command:

gem install kaltura_fu --pre

Run:

script/generate kaltura_fu_install

This will install the kaltura.yml file into your application's config directory and the kaltura_upload.js into the application's public/javascripts directory.

Documentation:

The full documentation is located here.

Copyright (c) 2010 Velir Studios, released under the MIT license