Administration
Integration into an IP Network
R&S VENICE S
130
User Manual | 2906.2506.02 - 01
4.
Select the channel mode (ingest or playout).
The next sections provide detailed information about the structure and
parameters of the audio, video and ANC configuration files.
Video Configu-
ration
The following section provides a small example and also lists the entire
JSON schema for video configuration.
Example for video configuration:
Parameters "deviceIPs", "multicastIPs", "multicastPorts", "videoColorimetry",
and "transferCharacteristicSystem" are optional.
Complete JSON Schema for video configuration:
If the configuration file for a specific combination is missing or invalid, R&S
VENICE S automatically creates default resources. The NMOS name of
those resources starts with the string Default.
The name scheme may change due to version control.
{
"nmosResourceName": "VeniceVideoChannel01",
"usesSt2022-7": true,
"deviceIPs": ["192.168.1.1", "192.168.1.2"],
"multicastIPs": ["232.20.1.1", "232.20.1.2"],
"multicastPorts": [50000, 50100],
"videoColorimetry": "BT601",
"transferCharacteristicSystem": "HLG"
}