Atem sample
Using the Atem sample bundle
The Atem sample bundle in samples/atem
shows how to listen to commands.
Prerequisites
You will need a working nodecg-io
installation. If you have non yet take a
look at installation guide. You may need to
install this bundle, so take a look at the
“Try an included sample”-Guide. It
will also tell you how to log in and how to use the GUI.
Configure the Atem sample bundle
- In NodeCG, create a new atem service instance.
-
Enter the address and optional a port of the Atem server:
{ "address": "0.0.0.0" }
or
{ "address": "0.0.0.0", "port": 9910 }
After entering it, click save.
-
Set the sample's (
atem
) dependency to be the newly created service instance (of typeatem
). - Now all commands sended through the atem protocol should be logged in the console.