Friday, April 11, 2014

How to install subsonic media server 4.9 in centos redhat fedora


  

Subsonic is an open sourceweb-based media server. Subsonic was written in Java, and runs on any operating system with Java support. Subsonic supports streaming to multiple clients simultaneously, and supports any streamable media (including MP3AAC, and Ogg).

Follow the steps below to install subsonic media server 4.9
  • SSH server as root user
  • yum install java-1.7.0-openjdk
  • wget http://jaist.dl.sourceforge.net/project/subsonic/subsonic/4.9/subsonic-4.9.rpm
  • yum install --nogpgcheck subsonic-4.9.rpm
  • useradd subsonic
  • vi /etc/sysconfig/subsonic
  • Change the subsonic user
By default the Subsonic process is run as the root user. To improve security it is strongly advised that you run it as a dedicated user with less powerful privileges. You can specify this user by setting the SUBSONIC_USER variable in  /etc/sysconfig/subsonic.
  • SUBSONIC_USER=subsonic
  • service subsonic restart
*Note Default username and password are admin admin
  • To access subsonic media server use IP:4040

2 comments:

maverick said...

Wow simple short effective :)

Unknown said...

Thank-You maverick :-)

Post a Comment

Do Write about the Blog and Welcome to the world where open source is every thing :-)