read more: http://wp.me/p25G1O-4qg
Subsonic is an open source, web-based media server. Because Subsonic is written in Java, you need to have Java installed on your system.
Subsonic supports streaming to multiple clients simultaneously, and supports any streamable media (including MP3, AAC, and Ogg). Subsonic also supports on-the-fly media conversion (through the use of plugins) of most popular media formats, including WMA, FLAC, and more. After a 30-day trial period, certain premium features require a $1/month subscription. Visit Subsonic Homepage.
To install Subsonic you first need to download the debian installer from this page: http://www.subsonic.org/pages/downloa.... When downloaded open a terminal window (press Ctrl+Alt+T) and copy+paste the following lines:
sudo dpkg -i sudo dpkg -i Downloads/subsonic*
sudo /etc/init.d/subsonic start
When Subsonic is running close the terminal window and open your browser. To connect to Subsonic type http://localhost:4040 (if you want to connect to Subsonic from another computer use http://ip.from.computer.running.subso...) and hit enter. The default administrative username and password is “admin” (without quotes), once logged in follow the last 3 steps on the getting started page.