Cessna

Cessna is a web client for the AirVideo Server. It allows you to connect to an AirVideo Server and to browse the shared folders. Furthermore, you can watch the movies with an HTML5-enabled browser.

Cessna works only with Ruby 1.9 or a higher version.

Installation

Add this line to your application's Gemfile:

gem 'cessna'

And then execute:

$ bundle

Or install it yourself as:

$ gem install cessna

Usage

$ cessna

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request