What's the bitrate of music coming over the Simplify Media server?
If that's also 64kbps, I'm not interested!
You're not interested then. Its 64kbps CBR which is umm... nice...
The Linux server software has an XML file listing the various clients it supports and the settings for each. It has this for the iPhone:
<profiles>
<name>Apple iPhone</name>
<profile>
<fileFormatsSupported>FILETYPE-MP3</fileFormatsSupported>
<bitRateThreshold>64</bitRateThreshold>
<requestedBitRate>64</requestedBitRate>
<vbrSupported>false</vbrSupported>
</profile>
<twoByteHack>true</twoByteHack>
<playerName>SimplifyMedia</playerName>
</profiles>