I am working with windows forms app and embedded Chromium Embedded Framework(CEF) everything working well except Video and Audio. How can i make it work.
Thanks in advance
I am working with windows forms app and embedded Chromium Embedded Framework(CEF) everything working well except Video and Audio. How can i make it work.
Thanks in advance
you need to compile CEF with options to enable
proprietary codecs
(i.e. H.264 and MP3).you can read my answer with all the details on how to compile CEF with enabled
proprietary codecs
the magic now happens here:
there is 2 batch files that you should update/create (as found here):
c:\code\chromium_git\update.bat:
c:\code\chromium_git\chromium\src\cef\create.bat:
There is 2 wiki articles that explain how to build CEF/Chromium:
BranchesAndBuilding
in the same wikiCEF doesn't supports propriety audio and video formats like mp3, mp4. it supports open formats. for more detailed info check out https://code.google.com/p/chromiumembedded/issues/detail?id=371