cefsharp / CefSharp

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework
http://cefsharp.github.io/
Other
9.89k stars 2.92k forks source link

CEF3 support #90

Closed onitica closed 11 years ago

onitica commented 12 years ago

Is there going to be support for CEF3 soon? Currently it seems like either video is choppy, or video works and there is no audio. We have tested CEF3 and both audio and video seem to work fine.

cztomczak commented 12 years ago

Read this message: https://groups.google.com/d/msg/cefsharp/w-z85rrWf68/IeagYGib-kwJ

anthony taranto Post reply Sep 21 (1 day ago) My primary use case for CEF/CefSharp is offscreen rendering, so until that feature is available in CEF3, I probably won't spend much time on CefSharp's CEF3 support. If you would like to see the work that has been done so far, I do have a cef3 branch on my fork: ...

Star this feature if you want CEF 3 support: http://code.google.com/p/chromiumembedded/issues/detail?id=518 (CEF3: Add off-screen rendering support)

cztomczak commented 12 years ago

If you want CEF 3 now, then Xilium.CefGlue is your solution: https://bitbucket.org/xilium/xilium.cefglue/wiki/Home Binaries here: http://xilium.bitbucket.org/cefglue/

onitica commented 12 years ago

I'll look into CefGlue and see if it will work. Thanks.