SplitmediaLabsLimited / xjs

XSplit JS Framework. Make plugins for XSplit Broadcaster, quickly and easily.
Other
39 stars 11 forks source link

Xsplit CEF update #222

Open paul-lrr opened 6 years ago

paul-lrr commented 6 years ago

While not strictly about the framework, I asked about this on the xsplitofficial reddit and have not heard a response and it does affect how I use xjs, so figured I would try here: Is there any information on when we are going to get an update to the version of CEF used to render html sources? The current version (based on Chromium 57) is over a year old and missing some useful javascript features and there are some bugs in rendering. In particular, some twitch.tv emotes and bit icons often don't load, which appears to be a issue with twitch's CDN and this version of CEF. (OBS had the same issue until they recently updated)

mikeybanez commented 6 years ago

Thanks for the feedback. There is no date currently but we will definitely be discussing this internally.

matthijskooijman commented 4 years ago

It seems that the chromium version has been updated to 68 since this issue was created (navigator.userAgent says "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 XSplitBroadcaster/3.9.1912.1008 Safari/537.36"), but an update is still relevant because it is no longer compatible with remote debugging in Chrome 80 and up (as already indicated by the documentation).