Skip to content
/ raop Public
forked from tenderlove/raop

RAOP Client is an Airport Express client written in ruby. It allows you to stream music to an Airport Express from Ruby.

License

Notifications You must be signed in to change notification settings

rolandoam/raop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

= Net::RAOP::Client

  http://raop.rubyforge.org/

== DESCRIPTION

Net::RAOP::Client is an Airport Express client.  It allows you to stream
music to an Airport Express.

== EXAMPLES

  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

== TODO

* Add support for decoding OGG, M4P, MP3
* Speed up encoding

== AUTHORS

Copyright (c) 2007 by Aaron Patterson (aaronp@rubyforge.org) 

== ACKNOWLEDGMENTS

Most of this code was based on JustePort[http://nanocrew.net/software/justeport/], so Thank You for JustePort!

== LICENSE

This library is distributed under the GPL.  Please see the LICENSE[link://files/LICENSE_txt.html] file.

About

RAOP Client is an Airport Express client written in ruby. It allows you to stream music to an Airport Express from Ruby.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published