PDA

View Full Version : VB has stopped playing M4A files



downendpete
05-24-2009, 11:01 AM
I'm sure it was but now it won't, any ideas?

mjmcport
05-26-2009, 05:42 PM
downendpete said:


I'm sure it was but now it won't, any ideas?




I had an issue with m4a files not playing back off of the vortex box, and it seems that it's a issue with the recent versions of Squeezecenter on Linux. There's a wiki page about the issue and possible fixes here


http://wiki.slimdevices.com/index.php/AAC


Basically Squeezecenter on Linux needs to manually told what to use to transcode m4a files.

andrew
05-26-2009, 05:51 PM
This is already in the Vortexbox config file should anything else be required?




mov flc * *
# F
[faad] -q -w -f 2 $FILE$ | [flac] -cs --totally-silent --compression-level-0 --endian little --sign signed --channels 2 --bps 16 --sample-rate 44100 -
mov mp3 * *
# FB:{BITRATE=-B %B}
[faad] -q -w -f 2 $FILE$ | [lame] --resample 44100 --silent -q $QUALITY$ $BITRATE$ -r - -
mov wav * *
# F
[faad] -q -w -f 2 $FILE$ 2>/dev/null

andrew
05-26-2009, 06:05 PM
also try this.


yum install faad2