CefSharp Browser Video Won't Play

前端 未结 1 1306
无人共我
无人共我 2020-12-19 17:38

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

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

In google chrom

相关标签:
1条回答
  • 2020-12-19 18:30

    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).

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

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

    0 讨论(0)
提交回复
热议问题