0

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?

battila
  • 19
  • 2
  • Does this answer your question? [how to set the support of mp3 and ffmpeg codec libraries to cef?](https://stackoverflow.com/questions/35664119/how-to-set-the-support-of-mp3-and-ffmpeg-codec-libraries-to-cef) – wimh Oct 10 '20 at 13:02

1 Answers1

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 codecs enabled here: Chromium Embedded Framework MP3 support

NOTE: If you want to use the custom build commercially, you need to consider legal issues for codecs.

saeedkazemi
  • 321
  • 1
  • 5