How to install caspar for htlm

Hello, I am trying to run caspar for html but I get the message flash not found, how do I have to install caspar to be able to run html, thankscaspar

Looks like you’ve got 2.0.7. For html templates I would recommend you download the latest release Release v2.3.3 LTS Stable · CasparCG/server · GitHub

Don’t worry about flash messages (I think it’s disabled by default in the latest release). You might want to enable gpu in the config file depending on you templates

ok nice i will try, thanks for the answer

How can i enable gpu in the config file, i couldnt found it , thanks for the help

In the casparcg.config file set the enable-gpu value to true. By default it is false

	<html>
		<remote-debugging-port>55555</remote-debugging-port>
		<enable-gpu>true</enable-gpu>
	</html>

thanks so much