MCEF (Minecraft Chromium Embedded Framework)

MCEF (Minecraft Chromium Embedded Framework)

1M Downloads

Can't play video with H.264

NicoOrz opened this issue ยท 7 comments

commented

image
Running on windows10.Is there have any way to solve this ?,In another game's mod with cef broswer,I have same issue,too.I've spending over 4 hours on this probelm...

commented

I'll be releasing the mcef-codec-patch project this weekend hopefully.

commented

would the patch still work on 1.19.2?

commented

I cannot distribute CEF binaries with proprietary codecs for licensing reasons. I will be releasing a separate project soon to allow you to patch the binaries yourself. I will reply to this issue when that project is released

commented

I cannot distribute CEF binaries with proprietary codecs for licensing reasons. I will be releasing a separate project soon to allow you to patch the binaries yourself. I will reply to this issue when that project is released

Glad to hear that.. but i had another question,These CEF binaries can be use in different games? I had tried to patch gmod through this project https://github.com/solsticegamestudios/GModCEFCodecFix and then copy the patched CEF file into MCEF,it just make the game crash and nothing happend..

commented

You won't be able to copy the binaries from other platforms. Minecraft needs to use JCEF, the Java implementation of C-based CEF (which is what Gmod uses) which includes changes to libcef and includes the additional libjcef library

commented

You won't be able to copy the binaries from other platforms. Minecraft needs to use JCEF, the Java implementation of C-based CEF (which is what Gmod uses) which includes changes to libcef and includes the additional libjcef library

We all look forward to your publishing of H264-enabled binaries (Windows10 x64) so that we can watch online videos

I also want to try compiling cef, but unfortunately I don't have the ability to do so...