CasparCG instalation on windows 10

There is a budget of 50 usd payable through paypal, to obtain the installation of the CasparCG server on a fresh Windows 10 instance, it is necessary to carry out tests with some test templates and video playback, in addition to this it is necessary to can generate a streaming via ffmpeg with the following characteristics.

PS: the installation would have to be through AnyDesk so that it can be done remotely.
PS2: It is required that all the necessary files be left on the computer to be able to perform the installation again if necessary in the future.

   <channels>
        <channel>
            <video-mode>720p2997</video-mode>
            <consumers>
        <ffmpeg>
    <path>udp://239.1.1.1:2001?pkt_size=1316</path>
    <args>-codec:v libx264 -preset:v faster -codec:a aac -strict -2 -b:a 128k -ar:a 48000 -b:v 6000k -filter:v format=pix_fmts=yuv420p,fps=30 -filter:a pan=stereo|c0=c0|c1=c1 -format mpegts</args>
    <separate-key>false</separate-key>
    <mono-streams>false</mono-streams>
</ffmpeg>
            </consumers>
        </channel>
        <channel>
            <video-mode>720p2997</video-mode>
            <consumers>
 <ffmpeg>
    <path>udp://239.1.1.2:2001?pkt_size=1316</path>
    <args>-codec:v libx264 -preset:v faster -codec:a aac -strict -2 -b:a 128k -ar:a 48000 -b:v 6000k -filter:v format=pix_fmts=yuv420p,fps=30 -filter:a pan=stereo|c0=c0|c1=c1 -format mpegts</args>
    <separate-key>false</separate-key>
    <mono-streams>false</mono-streams>
</ffmpeg>
            </consumers>
        </channel>
    </channels>

I guess Flash does not work properly. As of the EOL of Flash the installation is a bit complicated. You find a guide on Github.

Can you tell me a bit about the problem you have? It does seem like you already have good knowledge of casparcg. Assuming you wrote the config file yourself.