You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The default web engine in R252 is Chromium brought by CEFSharp.
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.
The text was updated successfully, but these errors were encountered: