is there a command you can send to the CG launcher so if i cut the power to my pc and turn it on again. when the launcher start it will execute this command?
There is a producer in the casparcg.config file for this purpose.
<channels>
<channel>
<video-mode>1080i5000</video-mode>
<consumers/>
<producers>
<producer id="0">AMB LOOP</producer>
<producer id="10">DECKLINK DEVICE 2</producer>
</producers>
</channel>
</channels>
you can test HTML producer the same way if it works.
1 Like
thanks. i will look into it.
what is the id used for?
This worked for me
<producers>
<producer id="0">[html] 10.101.45.65:8080</producer>
</producers>
ID is layer number
1 Like