Useful Snippets

Welcome!


This blog is used to collect useful snippets related to Linux, PHP, MySQL and more. Feel free to post comments with improvements or questions!

Are your smart devices spying on you? Make better purchasing choices and find products that respect your privacy at Unwanted.cloud

RSS Latest posts from my personal blog


Most viewed posts


Subscribe to RSS feed


Subsonic on ODroid U2

Stanislav KhromovStanislav Khromov

The setup

Headless Debian Wheezy (Newest Base image from odroid.us):

http://odroid.us/odroid/odroidu2/debian/

Install openjdk-6

apt-get install openjdk-6-jre-headless

Download Debian package and follow instructions

http://www.subsonic.org/pages/installation.jsp#debian

Enable transcoding

apt-get install ffmpeg
sudo rm /var/subsonic/transcode/ffmpeg
sudo ln -s /usr/bin/ffmpeg /var/subsonic/transcode/ffmpeg

(This is required because built-in ffmpeg version doesn’t work properly on ARM.)

Source

Web Developer at Aftonbladet (Schibsted Media Group)
Any opinions on this blog are my own and do not reflect the views of my employer.
LinkedIn
Twitter
WordPress.org Profile
Visit my other blog

Comments 0
There are currently no comments.