0

for my project I want to integrate the java chromium embedded framework. I was able to build it by myself with this tutorial:https://bitbucket.org/chromiumembedded/java-cef/wiki/BranchesAndBuilding

In this builded version the browser is not capable of showing mp4 files / h.264 codecs. How is it possible to activate mp4 codec?

I have read this answer: How to enable H264 support in CEF3 latest version ?

But i cannot find the update.bat. Where is it located?

Thank you very much!

Clifford
  • 88,407
  • 13
  • 85
  • 165
Guenni97
  • 19
  • 5

1 Answers1

0

You have built JNI for CEF. You have to build CEF in accordance to the manual https://bitbucket.org/chromiumembedded/cef/wiki/MasterBuildQuickStart and optional https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding. They use update.bat or update.sh.

If you build libcef successfully, you can replace the old libcef.

273K
  • 29,503
  • 10
  • 41
  • 64