Sha256: 22207eedce11fde9b2bb99e30c6dd5d944d76665f925d5cfb6b7c4165f7f89c4
Contents?: true
Size: 1.95 KB
Versions: 1
Compression:
Stored size: 1.95 KB
Contents
AirPlayer ================================================================================ Command-line AirPlay video client for Apple TV [![Build Status](https://secure.travis-ci.org/Tomohiro/airplayer.png)](https://secure.travis-ci.org/Tomohiro/airplayer) [![Dependency Status](https://gemnasium.com/Tomohiro/airplayer.png)](https://gemnasium.com/Tomohiro/airplayer) [![Code Climate](https://codeclimate.com/badge.png)](https://codeclimate.com/github/Tomohiro/airplayer) [![endorse](http://api.coderwall.com/tomohiro/endorsecount.png)](http://coderwall.com/tomohiro) --- Requirements ------------------------------------------------------------------------------- - Ruby 1.9.2 or later - AppleTV 2G or later ### Ubuntu ```sh $ sudo apt-get install rdnssd libavahi-compat-libdnssd-dev ``` Installation -------------------------------------------------------------------------------- ### RubyGems ```sh $ gem install airplayer ``` ### Bundler ```sh $ git clone git://github.com/Tomohiro/airplayer.git $ cd airplayer $ bundle install --path vendor/bundle ``` Usage -------------------------------------------------------------------------------- ### Play online video ```sh $ airplayer play http://example.com/my-video.mp4 AirPlay: http://example.com/my-video.mp4 to Apple TV(10.0.1.18) Time: 00:00:31 |==============================================| 100% Complete ``` ### Play local video ```sh $ airplayer play $HOME/Movies/video.mp4 AirPlay: http://10.0.1.13:7070 to Apple TV(10.0.1.18) Time: 00:00:31 |==============================================| 100% Complete ``` ### Repeat play ```sh $ airplayer play ./video.mp4 --repeat AirPlay: http://10.0.1.13:7070 to Apple TV(10.0.1.18) Time: 00:00:31 |===================== | 50% Streaming ``` LICENSE -------------------------------------------------------------------------------- © 2012 Tomohiro, TAIRA. This project is licensed under the MIT license. See LICENSE for details.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
airplayer-0.0.2 | README.markdown |