xibosignage / xibo-dotnetclient

Xibo for Windows .NET Player
GNU Affero General Public License v3.0
63 stars 87 forks source link

WPF: Videos in web content limited codec support #124

Open dasgarner opened 4 years ago

dasgarner commented 4 years ago

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 commented 4 years ago

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?