cef如何支持H.264和闪存?

use*_*223 7 flash h.264 chromium-embedded

我现在正在使用cef3 for Windows开发应用程序.我知道铬刚刚放弃了对H.264的支持.但还有另一种方法可以让我的应用程序播放mp4和flash视频吗?

小智 3

您至少需要重新配置 CEF 构建

GYP_DEFINES="proprietary_codecs=1 ffmpeg_branding=Chrome"

完整的 GYP_DEFINES 是

GYP_DEFINES =“branding = Chromium buildtype =官方proprietary_codecs = 1 ffmpeg_branding = Chrome”,GYP_GENERATORS =“ninja,msvs-ninja”,GYP_MSVS_VERSION =“2013”

更多信息:

https://groups.google.com/forum/#!topic/delphichromiumembedded/8jisGiqxD-Y https://code.google.com/p/chromiumembedded/issues/detail?id=371

您将需要编解码器的许可证。出于许可原因,Chromium/CEF 不包含它们。