Hi everyone, I am trying to stream the mp3s as AAC but I don't want to use FAAC. I have heard FAAC is a pretty awful AAC encoder so I have been looking for alternatives.
Nero doesn't support decoding to stdout but I found this,
http://sites.google.com/site/qaacpage/home
It uses quicktime to do the encoding. It supports stdout and stdin. However, I can't get it to work.
Based on the docs, I doing this:
Step 1 = ffmpeg -i %s -f wav -
Step 2 = qaac -a %b --adts - -
but I get "File contains data in an unknown format." from qaac.
Now I know this must be some kind of error in qaac and not subsonic, but I am hoping that someone might have another alternative or atleast enough interest in getting this to work that they might try it and see something that I am missing.
Thanks.