Java Web Token support in v2.3.0 CEF version

The company I work for developed a headless client which collects information from a database and displays it automatically. The client uses JWT (JSON Web Token) to access information held on a server via WebSockets. I’ve been using ‘What is my user agent? - WhatIsMyBrowser.com’ to find out the chrome instance.

The client is loaded into CasparCG through the HTML producer ie - PLAY 1-1 [HTML] URL.

So far, I can confirm WOS works in -

  • 2.0.7 - Chrome 33.0.1750
  • 2.1.0 - Chrome 33.0.1750
  • 2.2.0 - Chrome 63.0.3239

But not -

  • 2.3.0 - Chrome 71.0.3578
  • 2.3.1 - Chrome 71.0.3578

When CEF is included in CasparCG is it possible to remove features normally available in the general chrome release?

Does anyone have any knowledge of the CEF instance included in CasparCG? When the stable builds are released is it possible to omit features from the final build?

These kind of remarks/question would better be asked in the issue tracker on GitHub.

1 Like

Thanks @didikunz