chromium-embedded

Using TChromium, Delphi Chromium Embedded

女生的网名这么多〃 提交于 2019-11-27 14:30:42
This is a continuation of my last question . In that question I showed a problem involving TWebBrowser generating threads that persisted after the Browsers destruction. While noone could provide a solution to the problem, it was suggested that the problem could be a non-fixable one (a flaw with the TWebBrowser component itself). Because of this I have attempted to download and use the Delphi Chromium Embedded Framework . I downloaded the components and added them to Delphi, added one to a new form and attempted to run the program, at which point it throws up a CPU break point at 5264DF81 6A01

Chromium Embedded Framework MP3 support

倖福魔咒の 提交于 2019-11-27 13:46:39
I've downloaded Chromium Embedded Framework r306 for Windows and built it. Unfortunately, it shows, that it doesn't support mp3: <script> var a = document.createElement("audio"); document.write(a.canPlayType('audio/mpeg')); </script> Output is empty and when I try to open an mp3 file, it can't be played (ogg is playable). The same time Google Chrome writes "maybe" (and it actually plays). How can I add support for MP3 in CEF? NOTE: PLEASE CONSIDER LEGAL ISSUES BEFORE PROCEEDING There is a way to enable MP3 support in CEF, but you'll have to modify the cef.gypi in the source distribution,

How to integrate Chromium Embedded Framework (CEF) with java

安稳与你 提交于 2019-11-27 07:08:18
I'd like to make a desktop application to let a website be browsed, I don't want to make a browser but a Browser embeded Application. I've tried with JavaFx but I've found some problems like missing support for plugins (eg: flash, pdf viewer, etc). After lots of search i found Chromium Embedded Framework (CEF) or JCEF Java wrapper for CEF but i don't know how to use it in java to start with.What are the dependencies?How i can start development (POC) using netbeans ? Is it possible to embed CEF/JCEF in java application? Tho Is it possible to embed CEF/JCEF in java application? Yes, you can do

How to enable H264 support in CEF3 latest version ?

只愿长相守 提交于 2019-11-27 04:34:18
I have known that cef3's older version like 2623 can enable H264 support through modify chromium\src\cef\cef.gypi file. But in recent versions like 3071 or 3029, cef3 has removed cef.gypi file. I have googled this, but what I found is still through modify the cef.gypi file. Since this methold is only valid for older versions. Is there another way that I can make newer version enable H264 support ? Thanks very much! Indeed the compile option to support proprietary codecs was moved. the magic now happens here: set GN_DEFINES=is_official_build=true proprietary_codecs=true ffmpeg_branding=Chrome

Working with locally built web page in CefSharp

你说的曾经没有我的故事 提交于 2019-11-27 01:40:40
问题 I have a CefSharp browser created in my Winform and I need to dynamically build an HTML page in memory and then have CefSharp render it. Ideally I would like to pass the constructor a string with the HTML in it but it is expecting a URL. The answer is probably no, but is there a directive you can prepend the string with to let CefSharp know it is a string that contains a web page? Then CefSharp will create a temp file? If not, where is the Chromium temp folder set to? Will it work if I write

Using TChromium, Delphi Chromium Embedded

懵懂的女人 提交于 2019-11-26 16:46:54
问题 This is a continuation of my last question. In that question I showed a problem involving TWebBrowser generating threads that persisted after the Browsers destruction. While noone could provide a solution to the problem, it was suggested that the problem could be a non-fixable one (a flaw with the TWebBrowser component itself). Because of this I have attempted to download and use the Delphi Chromium Embedded Framework. I downloaded the components and added them to Delphi, added one to a new

Chromium Embedded Framework MP3 support

北城余情 提交于 2019-11-26 16:32:17
问题 I've downloaded Chromium Embedded Framework r306 for Windows and built it. Unfortunately, it shows, that it doesn't support mp3: <script> var a = document.createElement("audio"); document.write(a.canPlayType('audio/mpeg')); </script> Output is empty and when I try to open an mp3 file, it can't be played (ogg is playable). The same time Google Chrome writes "maybe" (and it actually plays). How can I add support for MP3 in CEF? 回答1: NOTE: PLEASE CONSIDER LEGAL ISSUES BEFORE PROCEEDING There is

Options for embedding Chromium instead of IE WebBrowser control with WPF/C#

守給你的承諾、 提交于 2019-11-26 12:39:35
Internet Explorer-based WPF WebBrowser control suffers from some keyboard and focus issues and memory leak issues . As an alternative solution to these problems, we're considering available options for hosting Chromium instead of WebBrowser control in our WPF/C# project based around HTML editing. Similar questions have been asked here previously. I've read the answers and done my own research, but I hope to obtain some more feedback from people who have actually used any of the following options in production-quality projects : Awesomium and Awesomium.NET It looks very appropriate, but I don't

How to enable H264 support in CEF3 latest version ?

不想你离开。 提交于 2019-11-26 09:46:12
问题 I have known that cef3\'s older version like 2623 can enable H264 support through modify chromium\\src\\cef\\cef.gypi file. But in recent versions like 3071 or 3029, cef3 has removed cef.gypi file. I have googled this, but what I found is still through modify the cef.gypi file. Since this methold is only valid for older versions. Is there another way that I can make newer version enable H264 support ? Thanks very much! 回答1: Indeed the compile option to support proprietary codecs was moved.

Options for embedding Chromium instead of IE WebBrowser control with WPF/C#

别等时光非礼了梦想. 提交于 2019-11-26 02:39:51
问题 Internet Explorer-based WPF WebBrowser control suffers from some keyboard and focus issues and memory leak issues. As an alternative solution to these problems, we\'re considering available options for hosting Chromium instead of WebBrowser control in our WPF/C# project based around HTML editing. Similar questions have been asked here previously. I\'ve read the answers and done my own research, but I hope to obtain some more feedback from people who have actually used any of the following