Reply To: ssc problems

#6730
aspro
Guest

As the 1376 nightlies didn’t work, I switched to the 1441 nightlies but everything (even the log) remained the same.

Here are the relvant parts of my log:


2006-11-26 11:25:09 (48dec759): Firefly Version svn-1441: Starting with debuglevel 9
2006-11-26 11:25:09 (48dec759): Attempting to load plugin /usr/share/mt-daapd/plugins/ssc-ffmpeg.so
2006-11-26 11:25:09 (48dec759): Loaded plugin /usr/share/mt-daapd/plugins/ssc-ffmpeg.so (ssc-ffmpeg/svn-1441)
2006-11-26 11:25:09 (48dec759): New transcode codec list: flac,alac,ogg,wma
2006-11-26 11:25:09 (48dec759): Attempting to load plugin /usr/share/mt-daapd/plugins/out-daap.so
2006-11-26 11:25:09 (48dec759): Loaded plugin /usr/share/mt-daapd/plugins/out-daap.so (daap/svn-1441)
2006-11-26 11:25:09 (48dec759): New transcode codec list: flac,alac,ogg,wma
2006-11-26 11:25:09 (48dec759): Attempting to load plugin /usr/share/mt-daapd/plugins/ssc-script.so
2006-11-26 11:25:09 (48dec759): Loaded plugin /usr/share/mt-daapd/plugins/ssc-script.so (ssc-script/svn-1441)
2006-11-26 11:25:09 (48dec759): New transcode codec list: mp4a,mpeg,wav,ogg,flac,alac,flac,alac,ogg,wma
2006-11-26 11:25:09 (48dec759): Attempting to load plugin /usr/share/mt-daapd/plugins/rsp.so
2006-11-26 11:25:09 (48dec759): Loaded plugin /usr/share/mt-daapd/plugins/rsp.so (rsp/svn-1441)
2006-11-26 11:25:09 (48dec759): New transcode codec list: mp4a,mpeg,wav,ogg,flac,alac,flac,alac,ogg,wma
....
2006-11-26 11:32:19 (78a7a890): Session 0: Streaming file 'Das Spiel.mp3' to 192.168.0.1 (offset 0)

Shouldn’t there be a line telling me that the transcode script is used?
If already tested the script by hand and it produces nice waves (or mp3s as this is what I need).
Furthermore I’ve tried different files: alac, ogg, mp3.

This is my config:


[general]
web_root = /usr/share/mt-daapd/admin-root
port = 3689
admin_pw = mt-daapd
db_type = sqlite
db_parms = /var/cache/mt-daapd
#mp3_dir = /mnt/music
mp3_dir = /home/aph/musik
servername = loki
#runas = nobody
runas = aph
playlist = /etc/mt-daapd.playlist
#password = mp3
extensions = .mp3,.m4a,.m4p,.ogg
logfile = /var/log/mt-daapd.log
rescan_interval = 3000
always_scan = 0
process_m3u = 1
scan_type = 0
compress = 1
debuglevel = 9
ssc_codectypes = mp4a,mpeg,wav,ogg,flac,alac
ssc_prog = /usr/local/bin/mt-daapd-ssc.sh
truncate = 1

[plugins]
plugin_dir = /usr/share/mt-daapd/plugins
plugins = ssc-script.so
[scanning]
ignore_dotfiles = 1