forked from bencall/RPlay
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
44 lines (37 loc) · 1.44 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
RPlay v0.01a
==============
Benjamin de Callatay <[email protected]>
April 22, 2011
What it is
----------
This program is in alpha version.
It emulates an Airport Express for the purpose of streaming music from iTunes and compatible iPods. It implements a server for the Apple RAOP protocol.
Installation
------------
Double clicking on RPlay.jar in the binaries folder should be enough...
Thanks
------
Big thanks to David Hammerton for releasing an ALAC decoder and to soiaf for porting it to Java (https://github.com/soiaf/Java-Apple-Lossless-decoder).
Thanks to Jame Laird for his C implementation (shairport - https://github.com/albertz/shairport)
Thanks to anyone involved in one of the libraries i used for creating this software.
Libraries & References
----------------------
These libraries are included in RPlay:
* http://www.bouncycastle.org/latest_releases.html
* http://commons.apache.org/
* https://github.com/albertz/shairport
* https://github.com/soiaf/Java-Apple-Lossless-decoder
Contributors
------------
* [David Hammerton]
* [James Laird]
* [soiaf]
* Everyone who has helped with shairport, the alac decoder (or the java port of it), apache commons lib or bouncycastle lib (see their README)
Changelog
---------
* 0.01a April 22, 2011
* initial release: able to communicate with iTunes (RTSP server ok)
* 0.01b May 01, 2011
* First working version. Still buggy. Usable.
* 0.01 May 06, 2011
* First binary version. Need feedback.