I'm trying to get jukebox working on my ubuntu 14.04.
I tried several thing found on the web without success.
My version of Subsonic is 5.2.1
I configured my sound card with this line in /var/subsonic/subsonic.sh after -verbose:gc :
- Code: Select all
'-Djavax.sound.sampled.SourceDataLine=#PCH [plughw:0,0]' \
I added links to ffmpeg and lame in /var/subsonic/transcode
I added my user and root to audio group
Despite this I still don't get any sound. Worse, my android app reacts strangely by starting to play few seconds then getting back to the start of the track and so on.
Do you have any clue on how to fix this ?