For some HTML packages with heavy visuels, such as 3D objects being rendered in Real Time, there is a way to use hardware acceleration in chromium as it is not enabled by default.


You have to add these parameters to an advanced configuration:


bsp.chromium_browser.blacklist=""
bsp.chromium_browser.disable-gpu=0
bsp.chromium_browser.use_onscreen_rendering=1


And apply this configuration to your player.


Please refer to this article on Broadsign's support platform regarding Configurations if you have any additional question.