Search code examples
c#ffmpegcodecchromium-embeddedcefsharp

how to set the support of mp3 and ffmpeg codec libraries to cef?


I want to have cef lib with support of mp3 and ffmpeg codecs. How can i re-compile the library of cef with these codec features inside it.

I want to learn, where should I edit inside the cef library or cefsharp? Then how to compile it to reuse it..

I am using cefsharp version 47.


Solution

  • NOTE: PLEASE CONSIDER LEGAL ISSUES BEFORE PROCEEDING

    There is a way to enable MP3 support in CEF, but you'll have to modify the cef.gypi in the source distribution, regenerate the visual studio projects and rebuild.

    Step by step instructions:

    enter image description here enter image description here aenter image description here enter image description here aenter image description here enter image description here