const FALLBACK_AUDIO_CODEC: &str = "aac";
The codec claimed when a device reports nothing we can use. Every renderer decodes AAC, and claiming something is what makes the server transcode to it rather than give up.