Remote Speakers Output Plug-In
Stream audio from Winamp or MediaMonkey to an AirPort Express (aka AirTunes)

Copyright (c) 2006-2008  Eric Milles

http://emilles.dyndns.org/software/out_apx.html



PREREQUISITES
-------------
1) Apple Bonjour for Windows SDK (http://www.apple.com/bonjour/)

2) OpenSSL (http://www.openssl.org/)

3) Secret Rabbit Code (http://www.mega-nerd.com/SRC/)



COMMENTS
--------
I have included my Microsoft Visual C++ project file; it was created in
Visual Studio 2005.  The project is setup to link in OpenSSL and SRC
statically and Bonjour dynamically.  You could, of course, modify the
project to link in everything dynamically if you have trouble building
static libraries from the source distributions of OpenSSL and SRC.  They
were linked statically to keep the plug-in as few files as possible.
