Hi everybody. I've been using Subsonic for a couple of years now and I've just recently updated to 4.9 (previously remained with 4.5 for compatibility reasons with iSub).
Now, I'm using D-Sub and I would like to understand the following:
1) Is anybody aware of how to use external libraries with FFMPEG? The reason I ask is that I stream Vorbis files to D-Sub, through transcoding, and I'd like to take advantage of Lancer versions of the library, which are faster. I'm suspecting that the answer will be "not if you don't compile your own version" but it was worth asking.
2) Is it possible to disable completely the handling of mp3 downsampling, managing everything through the transcoding settings? As things stand now (and it was not like this on 4.5), it appears impossible to totally exclude the downsampling thing. If you leave it blank it just uses the transcoding available but ends up creating .mp3 files (which work on D-Sub but not on other players on smartphone), the same happens if you put a different command line in there.
As an example, if I place in Downsample command the following:
ffmpeg -v 0 -i %s -f ogg -vn -acodec libvorbis -ar 44100 -aq 3 -ac 2 -map_metadata 0:0 -
I get Vorbis files which have an mp3 extension (-f ogg notwithstanding, which should force the file format output). I guess this could be considered a bug.