Loading and playing websites from arbitrary URLs with CasparCG
        
        Pass an URL while initializing a new HTML producer on a video layer:
PLAY 1-10 [HTML] "https://www.indr.ch/"  Or load the website as a template starting from server version 2.2.0 Beta 7:
CG 1 ADD 0 "https://www.indr.ch/" 1  Keep in mind that this will trigger the update() and play() functions.
If you use an older server version and you can only issue CG commands (such as from a client software), you have to load a template that does a redirect.
        [Read More]