Exrace wrote:You need to check your transcoding settings in Settings | Transcoding
You should have a rule for transcoding flac/org
Out of box subsonic has 2 flac/ogg and mp3 rules
Be sure the check box for "Enable this transcoding for all existing and new players." is checked.
I did all that. My clients still download FLACs unless I specifically tell the client to transcode from the client.
I made a FLAC->OGG trancoder. I assigned to my player. I set a bitrate limit to my player for 256K AND I assigned a bitrate limit for my userID to 256K. On the client (in this case AVSub, and Play:Sub on iPhone), I have my transcodings set to the default, which is unlimited. Even with the server set to 256K for both the user and the client, and the FLAC->Ogg Transcoder enabled for the player, I'm still pulling down FLACs, unless I turn around and go into the client and tell it to transcode.
This does not seem like the way it should work.
I have a 2 step transcode for ogg.
Step 1: ffmpeg -i %s -v 0 -f wav -
Step 2: oggenc -Q -b %b -t %t -a %a -l %l -
I know the commands work, because when I tell the client to transcode, I see ogg files in the my cache, of a file size that tells me they're 256K. When I turn transcoding off, I have FLAC files in my cache that are 25-30MB each.