CefSharp浏览器视频无法播放 [英] CefSharp Browser Video Won't Play

查看:2627
本文介绍了CefSharp浏览器视频无法播放的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用CefSharp Winforms x86构建。我想从此链接播放视频:

I'm using CefSharp Winforms x86 build. I want to play a video from this link :

http://developers.canal-plus.com/rx-player/

在谷歌浏览器中它可以工作,但是我的CefSharp WinForm Browser无法播放其中任何一个。我检查了javascript是否已启用。我想念什么吗?此页面不需要任何Flash Player。它是HTML5播放器。

In google chrome it's working but my CefSharp WinForm Browser can't play any of these. I checked javascript is enabled. Am i missing something ? This page doesn't require any flash player. It's HTML5 player.

推荐答案

CefSharp基于基于Chromium的CEF。 Chromium仅支持Google Chrome浏览器,不支持专有的音频和视频格式(请参见 Chromium文档)。

CefSharp is based on CEF which is based on Chromium. Chromium does not support proprietary audio and video formats only Google Chrome does (see Chromium documentation).

如果需要专有的编解码器支持,则需要自行构建CEF /铬。没有启用此功能的插件/扩展。

If you need proprietary codec support you need to build CEF/Chromium on your own. There are no plugins/extensions which enable this functionality.

另请参见先前与该主题相关的SO问题 1 2 等。

See also previous SO questions related to this topic 1 2 etc.

这篇关于CefSharp浏览器视频无法播放的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆