Page 1 of 1

Subsonic 5 FreeNas 9.2.1.6 wont play mp3, flac

PostPosted: Tue Sep 30, 2014 10:35 am
by mpr555
Many thanks for helping. I am new to the world of linux/unix/BSD

I have tried to list as much as possible.

Basically large mps files and flac files will not play

Problem Description: Lots of mp3's wont play, and flac files wont play
Troubleshooting Steps: I haven't tried anything because I don't know where to start...
Playback Application and version: Standard Subsonic Web Interface
Subsonic Version: 5.0 (build 4100) – September 21, 2014
Server Version: jetty-6.1.x, java 1.7.0_65, FreeBSD (37.5 MB / 134.5 MB)
Hardware Platform: FreeNas 9.2.1.6
Java Memory Limit: Dont know
Problem Filename: .mp3, .flac
Output from ffmpeg -i: This command wouldn't work

Code: Select all
[9/30/14 11:33:22 AM BST]   DEBUG   TranscodeInputStream   Starting transcoder: [/var/db/subsonic/transcode/ffmpeg] [-i] [/media/MusicLib/Mumford & Sons/The Road to Red Rocks/01 Lovers' Eyes.flac] [-map] [0:0] [-b:a] [128k] [-v] [0] [-f] [mp3] [-]
[9/30/14 11:33:22 AM BST]   DEBUG   InputStreamReaderThread   (/var/db/subsonic/transcode/ffmpeg) Shared object "libfftw3f.so.3" not found, required by "libaacplus.so.2"


Code: Select all
[9/30/14 11:33:53 AM BST]   DEBUG   TranscodeInputStream   Starting transcoder: [/var/db/subsonic/transcode/ffmpeg] [-i] [/media/MusicLib/Mauro Picotto/VIP Lounge/1-01 In Existence.flac] [-map] [0:0] [-b:a] [128k] [-v] [0] [-f] [mp3] [-]
[9/30/14 11:33:53 AM BST]   DEBUG   InputStreamReaderThread   (/var/db/subsonic/transcode/ffmpeg) Shared object "libfftw3f.so.3" not found, required by "libaacplus.so.2"

Re: Subsonic 5 FreeNas 9.2.1.6 wont play mp3, flac

PostPosted: Wed Oct 01, 2014 11:15 pm
by josh4trunks
I didn't link that library, forgot to test ffmpeg before submitting the plugin. you can either wait a little till I submit the fixed plugin to the repo, or run the below code in your subsonic jail.

Code: Select all
ln -s /usr/pbi/subsonic-amd64/lib/libfftw3f.so.3 /usr/local/lib