Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF: Videos in web content limited codec support #124

Open
dasgarner opened this issue Apr 2, 2020 · 1 comment
Open

WPF: Videos in web content limited codec support #124

dasgarner opened this issue Apr 2, 2020 · 1 comment
Labels
architecture Requires a change in architecture bug

Comments

@dasgarner
Copy link
Member

The default web engine in R252 is Chromium brought by CEFSharp.

CefSharp is based on CEF which is based on Chromium. Chromium does not support proprietary audio and video formats only Google Chrome does. If you need proprietary codec support you need to build CEF/Chromium on your own. There are no plugins/extensions which enable this functionality. Source.

Chromium audio/video page.

Build tools - worth noting that even if we were to compile those codecs into CEF, we couldn't re-dist that legally.

@dasgarner dasgarner added the bug label Apr 2, 2020
@dasgarner dasgarner added this to the 2 R253 milestone Apr 2, 2020
@dasgarner dasgarner changed the title WPF: Videos in web content WPF: Videos in web content limited codec support Apr 2, 2020
@dasgarner
Copy link
Member Author

This also effects the HLS module which is web based (and works in IE11). We could potentially output the <--BROWSER=edge--> HTML comment at the top of the HLS module as a temporary patch?

dasgarner added a commit to dasgarner/xibo-cms that referenced this issue Apr 2, 2020
@dasgarner dasgarner modified the milestones: 2 R253, 2 R254 Apr 27, 2020
@dasgarner dasgarner modified the milestones: 2 R254, 2 R255 May 11, 2020
@dasgarner dasgarner modified the milestones: 2 R255, 2 R256 Sep 2, 2020
@dasgarner dasgarner added the architecture Requires a change in architecture label Dec 7, 2020
@dasgarner dasgarner removed this from the 2 R256 milestone Dec 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Requires a change in architecture bug
Projects
None yet
Development

No branches or pull requests

1 participant