by ethanb » Sun Jan 24, 2016 2:49 pm
One more clue - looks like the logs for 4.9 are more complete - this is what they say about trying to play an mp3 (that works) and an m4a (that doesn't)
24/16 12:53:17 PM UTC] INFO PlayQueueInputStream admin listening to "Analogue Bubblebath 1/01 Analalogue Bubblebath.m4a"
[1/24/16 12:53:17 PM UTC] DEBUG TranscodeInputStream Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-i] [/media/USBHDD/Music/AFX/Analogue Bubblebath 1/01 Analalogue Bubblebath.m4a] [-map] [0:0] [-b:a] [128k] [-v] [0] [-f] [mp3] [-]
[1/24/16 12:53:50 PM UTC] INFO PlayQueueInputStream admin listening to "Analogue Bubblebath 4/01 Elephant Song.mp3"
[1/24/16 12:54:05 PM UTC] INFO PlayQueueInputStream admin listening to "Analogue Bubblebath 1/02 Isopropophlex.m4a"
[1/24/16 12:54:05 PM UTC] DEBUG TranscodeInputStream Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-i] [/media/USBHDD/Music/AFX/Analogue Bubblebath 1/02 Isopropophlex.m4a] [-map] [0:0] [-b:a] [128k] [-v] [0] [-f] [mp3] [-]
[1/24/16 12:54:06 PM UTC] DEBUG InputStreamReaderThread (/var/subsonic/transcode/ffmpeg) /var/subsonic/transcode/ffmpeg: 1: /var/subsonic/transcode/ffmpeg: Syntax error: "(" unexpected
So there you go; ffmpeg is called incorrectly (or there's a problem with my version of ffmpeg itself). Any ideas?