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!