CII Module Configuration
RealityHub seamlessly integrates to your broadcast automation devices through the CII, and this integration allows you to conduct Playout triggering/updating operations.
The main idea is to get Playout Rundown items through the REST API and assign them to the broadcast automation devices via the CII.
To reach CII Configuration:
Click on the Main Menu
Select the Configuration
Go to the Configuration sidebar
Select the CII Server under the Integration
Configuration Details
The default port for CII on the RealityHub is 1235.
To establish communication, you must provide the same port for CII and RealityHub.
Calling Rundown Items
The example in the image above shows that we have one Form Template, three Buttons, and the following variables: Reality String, Reality Boolean, and Reality Integer in the Playout module. This setup is created via the Form Builder module.
We utilize the GET method to list Rundown Items via the following link: http://localhost/api/rest/v1/playout/rundowns/1/items. The code snippet above shows that every defined Rundown Items are now ready to assign to your broadcast automation device through the CII.
Assigning Conditions
A Button must be assigned with its ID Number. In our case, if you want to assign the Cam Center button, you must use “
b166ab50-9bc1-4eea-9a16-473425d8124a
“ as shown inside the code snippet above.A Boolean & Text/String must be assigned with its Key Name. In our case, key names must be the following:
Reality String is equal to “
realitystring1
”Reality Boolean is equal to “
realityboolean1
“Reality Integer is equal to “
realityinteger1
“
Key Name can be found in the Field Settings of the Component, as shown in the images above.
Last updated