Hi,
I've just install subsonic 4.7 on Ubuntu 12.04 LTS with this command:
1. Install the repository GPG key:
2. # wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -
3. Add the following line to /etc/apt/sources.list: deb http://archive.getdeb.net/ubuntu/ precise-getdeb apps
4. Update the package index: # sudo apt-get update
5. Install subsonic deb package: # sudo apt-get install subsonic
It works fine, but unfortunately, i can't play WAV files. I try to play one of MP4 files and that the same. It's working fine with MP3 and FLV files.
Is there any problem with transcoding on Ubuntu Machine?
Am I missed something when installation?
Here is error code in subsonic.log
[2012-11-06 14:49:00,057] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Stream mapping:
[2012-11-06 14:49:00,058] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Stream #0.0 -> #0.0
[2012-11-06 14:49:00,059] DEBUG InputStreamReaderThread - (/var/subsonic/transcode/ffmpeg) Encoder (codec id 86017) not found for output stream #0.0
[2012-11-06 14:49:04,233] WARN StreamController - Unknown duration for ZAFLI. Unable to estimate transcoded size.
[2012-11-06 14:49:04,240] INFO PlayQueueInputStream - admin listening to "ZAFLI.wav"
[2012-11-06 14:49:04,250] DEBUG TranscodeInputStream - Starting transcoder: [/var/subsonic/transcode/ffmpeg] [-i] [/mnt/SC/AUDIO Practice/ZAFLI.wav] [-ab] [128k] [-v] [0] [-f] [mp3] [-] [/i]
[/i][/i][/i]
Any suggestion?
Thanks,
Luqman
