So I am having an issue with Subsonic apparently transcoding some wma files and not others. It's the strangest thing. I am on Debian Jessie.
Here is what I have tried so far.
Installed ffmpeg via sudo apt-get install libav-tools
set up a soft symlink for ffmpeg from /var/subsonic/transcode to the /usr/bin/ffmpeg
changed the owner of /usr/bin/ffmpeg from root to subsonic
Tried copying /usr/bin/ffmpeg to /var/subsonic/transcode
-when using this set up I get nothing in the logs stating that the file is being transcoded.
set up a soft symlink for ffmpeg from /var/subsonic/transcode to the /usr/bin/ffmpeg
-this set up show that the file is being transcoded in the logs, but still nothing happens.
Also checked the transcoder settings, and made sure it was enabled for the player.
Any help would be appreciated.