Enable AAC support in Chromium Embedded Framework (C#)
问题 I've successfully registered widevine in my audio player, so I can log in to Spotify Web Player, but I can't play any audio track becuase the appropriate codec is still missing. As I know the web player is using AAC format so somehow I should add AAC support to CEF. Have you guys got any idea how should I do this? 回答1: You need a custom build of CEF with proprietary codecs enabled (use proprietary_codecs=true ffmpeg_branding=Chrome build flags). You can find instructions for building CEF with