João Neves
João Neves
Related with https://github.com/OutSystems/WebView/issues/347
Hi It seems that [libcef](https://github.com/OutSystems/CefGlue/blob/5a52f852c521711278d71132af8b334c3f29a246/Directory.Packages.props#L32) (a native dependency) is not there, which is [copied](https://github.com/OutSystems/CefGlue/blob/5a52f852c521711278d71132af8b334c3f29a246/CefGlue.Common/build/CefGlue.Common.targets#L6) by CefGlue. make sure that the file is there, and also that [cefredist-osx-arm64](https://www.nuget.org/packages/cef.redist.osx.arm64) was properly restored....
That happens when you build on the console, but if you use an IDE (eg: Rider) it should work. Just tried on mine.
Do you have the specified files in the bin folder? Can you check the architecture of the files? is it x64 or arm64?
First of all thanks for contributing. There's alot of changes here that need to be carefully reviewed. Some of the changes are unnecessary (eg: indentation) and you should try to...
Probably the video is using some proprietary codecs (H.264 or H.265) which are not included by CEF (for licensing reasons). You might need to build CEF with those codecs support....
@Haltroy can you help?
> Coming from this thread [OutSystems/WebView#355](https://github.com/OutSystems/WebView/issues/355). @joaompneves , does it mean I need to install KDE instead of GNOME ? I'm not the linux expert here. Can't help on that...
Hi, You may create that package from here: https://github.com/joaompneves/cef.redist.linux There has been several attempts from the community to make this run on Linux but no one has made it to...
Linux support, now available: [120.6099.204](https://www.nuget.org/packages/CefGlue.Avalonia/120.6099.204)