Allow setting default bitrate
When the player bitrate limit is set to No Limit and Subsonic runs through the Transcoder chain (for example to transcode WAV using the default ffmpeg) it will set %b to 128.
This means when rate limit is set to:
- 32kbps limit = plays at 32kbps
- 128kbps limit = plays at 128kbps
- 320kbps limit = plays at 320kbps
- No limit = plays at 128kbps
What determines this 128kbps value and can it be set as an option?
This means when rate limit is set to:
- 32kbps limit = plays at 32kbps
- 128kbps limit = plays at 128kbps
- 320kbps limit = plays at 320kbps
- No limit = plays at 128kbps
What determines this 128kbps value and can it be set as an option?