
ODroid-U2 is a quad-core 1.7ghz ARM beast with 2GB of ram.
I have successfully gotten it to run Subsonic.
The setup
- Headless Debian Wheezy
http://odroid.us/mediawiki/index.php?ti ... structions
- Install openjdk
- Code: Select all
apt-get install openjdk-6-jre-headless
- Download Debian package and follow instructions
http://www.subsonic.org/pages/installation.jsp#debian
- Use this fix to enable transcoding:
https://bbs.archlinux.org/viewtopic.php?id=125504
- Code: Select all
apt-get install ffmpeg
sudo rm /var/subsonic/transcode/ffmpeg
sudo ln -s /usr/bin/ffmpeg /var/subsonic/transcode/ffmpeg
That's it! The UI is very fast and Subsonic saturates all four cores well. Transcoding is instant for audio.
Let me know if you have any questions!