After having no luck with transcoding FLAC to wav to play in the Jukebox, I decided to make a fake transcoder for flac > ALSA using mplayer instead. The command is
- Code: Select all
mplayer -ao alsa %s
This works perfectly, without the overhead of transcoding. Don't forget to create a link to mplayer in /var/subsonic/transcode/
Now it would be great if the web page let you directly control the Jukebox player at all; scrubber, time counter, etc. This would even be possible with an external player. I found this article on controlling mplayer from Air:
http://mchristoff.com/2009/12/using-the ... l-mplayer/