Legacy OGG part doesnt play anymore when CodecFix is installed to see Videos (HTML5) in Cinema
since the september release of CodecFix the patch makes it unable to hear OGG

without the patch ogg works fine in the OGG part
before the patch

and after the patch

somehow Effects -> Web Sound and Legacy -> Web audio can still play OGG links and which can be heard
To complement this problem there are also outputs in the console.
[PAC3] [OGG] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet) [PAC3] [OGG] Uncaught ReferenceError: lua is not defined
This is a general issue, not just limited to Cinema. Because the CodecFix updates the build-in CEF (Chrome Embedded Framework) to a newer version, which makes Deprecations of some API's. In this case it would be ScriptProcessorNode creation in these lines and should be replaced by AudioWorklet
Affected API's are:
Third party patches are not supported and never will be.
[PAC3] [OGG] Uncaught ReferenceError: lua is not defined
Global lua should always be defined by gmod (after appropriate AddFunction), if it is not, then it is completely broken.
which makes Deprecations of some API's
pac3 was and is still targeting stable gmod branch in regards of everything aside url textures, but even then, it still use awesomium compatible structures.
Third party patches are not supported and never will be.
[PAC3] [OGG] Uncaught ReferenceError: lua is not defined
Global
luashould always be defined by gmod (after appropriate AddFunction), if it is not, then it is completely broken.which makes Deprecations of some API's
pac3 was and is still targeting stable gmod branch in regards of everything aside url textures, but even then, it still use awesomium compatible structures.
for you information, your wont be able to talk you out like this with addin the "wontfix" tag. As soon as the developers of Garry's Mod update CEF to a new version, then this becomes a real problem.