Skip to content

Commit

Permalink
Some documentation addition, fixed caps.
Browse files Browse the repository at this point in the history
Minor documentation additions.
Changed caps Shairport -> ShairPort
  • Loading branch information
mspasov committed Apr 16, 2011
1 parent 01d8c09 commit e35bd86
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Perl modules (install from CPAN if needed e.g. `perl -MCPAN -e 'install X'`):
## Mac OS X:

* install XCode
* install [Homebrew](https://github.com/mxcl/homebrew) or [Macports](http:https://www.macports.org/)
* install [Homebrew](https://github.com/mxcl/homebrew) or [MacPorts](http:https://www.macports.org/)
* type:

$ export ARCHFLAGS="-arch x86_64" (replace x86_64 by your arch)
Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
Shairport v0.05
ShairPort v0.05
==============
James Laird <[email protected]>
April 13, 2011

What it is
----------
This program emulates an Airport Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
This program emulates an AirPort Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
ShairPort does not support AirPlay v2 (video and photo streaming).

It probably supports multiple simultaneous streams, if your audio output chain (as detected by libao) does so.
It supports multiple simultaneous streams, if your audio output chain (as detected by libao) does so.

How to use it
-------------
`perl shairport.pl`. See INSTALL.md for further information.

The triangle-in-rectangle Airtunes logo will appear in the iTunes status bar of any machine on the network, or on iPod play controls screen. Choose your access point name to start streaming to the Shairport instance.
The triangle-in-rectangle AirTunes (now AirPlay) logo will appear in the iTunes status bar of any machine on the network, or on iPod play controls screen. Choose your access point name to start streaming to the ShairPort instance.

Thanks
------
Expand Down
2 changes: 1 addition & 1 deletion shairport.pl
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"h|help" => \$help);

sub usage {
print "Shairport version $shairportversion - Airport Express emulator\n".
print "ShairPort version $shairportversion - Airport Express emulator\n".
"Usage:\n".
"$0 [OPTION...]\n".
"\n".
Expand Down

0 comments on commit e35bd86

Please sign in to comment.