| Path: | README.txt |
| Last Update: | Thu Jun 14 00:18:31 PDT 2007 |
http://raop.rubyforge.org/
Net::RAOP::Client is an Airport Express client. It allows you to stream music to an Airport Express.
raop = Net::RAOP::Client.new('192.168.1.173')
raop.connect
raop.play $stdin
raop.disconnect
Then pipe your decoded stream:
% lame --decode phil_collins.mp3 - | ruby stream.rb
Copyright © 2007 by Aaron Patterson (aaronp@rubyforge.org)
Most of this code was based on JustePort, so Thank You for JustePort!
This library is distributed under the GPL. Please see the LICENSE file.