ashea-code / BLUI

Rich HTML UI engine for UE4
MIT License
859 stars 259 forks source link

WebRTC not working with current version of CEF #108

Open pajama opened 6 years ago

pajama commented 6 years ago

CEF 3.2556.1368 does not support webRTC.

I tried replacing _blu_ue4process.exe with the latest version of CEF, but this results in an editor crash.

I'd love to help and make a pull request, but my c++ knowledge is very limited. Is there an easy way I can update CEF for this project? How are you currently building blu_ue4_process.exe? I don't see that file commited to the repo.

Thank you!

pushkine commented 6 years ago
Traceback (most recent call last):
  File "cefbuild.py", line 787, in <module>
    (cef_url, cef_existing_url))
Exception: Requested CEF checkout URL https://bitbucket.org/chromiumembedded/cef.git does not match existing URL UnknownApplying patches...

same here I guess

Dannington commented 6 years ago

Getnamo has an up to date fork of this. (As if 4.18 anyway)

Sent from my iPhone

On 21 Mar 2018, at 18:50, rotten_flesh notifications@github.com wrote:

Traceback (most recent call last): File "cefbuild.py", line 787, in (cef_url, cef_existing_url)) Exception: Requested CEF checkout URL https://bitbucket.org/chromiumembedded/cef.git does not match existing URL UnknownApplying patches... same here I guess

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.