LogoLogo
Reality 5.3
Reality 5.3
  • Reality 5.3
    • What's New
    • From Reality 4.27 to 5.3
    • User Guide
      • What is Reality Editor?
      • What is Reality Engine?
      • What is Reality Hub?
        • System Overview
      • Reality Workflow
      • Launcher
        • Launcher Interface
        • Engine Status Colors
        • Engine Display Window
        • New Launch Configuration
      • Nodegraph/Actions
        • Nodegraph
          • Node Structure
          • Node Details Panel
            • Property
            • Function
            • Function Property
          • Node Context Menu
          • Nodegraph Menu
            • Graphs
          • Portal Pin
          • Sink Pin
          • Reroute
          • Node Comment
          • Asset Browser
          • Advanced Preview Monitor
          • Operating Nodegraph
            • Navigating Inside Nodegraph
            • Creating Node
            • Node Connections
            • Incrementing and Changing Decimals
            • Connection Trace
            • Node Info Display
            • Simplifying Node Network
        • Actions
          • Action Timeline Interface
          • Keyframe Types
          • Interpolations
          • Operating Actions
          • Animating Property
          • Triggering Multiple Actions via Single Button
          • Utilizing Initial Keyframe
          • Animation Workflow Tips
        • Form Builder
          • Form Builder Interface
          • Form Builder Components
          • Customizing Component Appearance
          • Operating Form Builder
          • Data Integration
        • Gang Mode
          • Activating Gang Mode
          • Operating Gang Mode
      • Playout
        • Operating Playout
      • Newsroom
      • Cook Manager
      • User Management
        • Advanced User Management
          • User Management UI
          • Role of the Admin and Administrators
          • Example Configuration
          • License Reservation
        • Basic User Management
      • Controlling Unreal Engine 5.3
        • Introduction
        • Supported Versions
        • Available Features
        • UState
          • UState User Interface
          • APM for Unreal Engine 5.2
        • Configuration
          • Unreal Engine 5.1 Configuration
          • RealityHub Configuration for Unreal Engine 5.1
        • Example Pipeline
          • Preparation
          • Exposing Actor Functions
          • Exposing Actor Parameters
          • Grouping Exposed Items
          • Creating Logic
          • Viewport Navigation
          • Unreal Project inside RealityHub
          • Utilizing Media Framework Tools
          • Operating
    • Installations
      • System Requirements
      • Downloading Distributions
      • Installations
        • Installing Reality 5.3
        • Installing Reality Hub
          • Upgrading and Downgrading
          • Database Backup and Restore
          • Installation Recap
      • Licensing Reality
        • Licensing Reality 5.3
        • Licensing Reality Hub
    • Configurations
      • Configuring Peripheral Devices
        • NVidia Configuration
        • AJA Configuration
      • Configuring Reality Hub
        • General Configuration
        • Reality Loader
          • RealityEngine AMPERE Led Display
        • Engine Module Configuration
          • Adding Host
          • Adding Groups
          • Channel Assignments
          • General Engine Configuration
        • Project Configuration
        • Project Scanning
        • Cache Management
        • SSL Configuration
    • Integrations
      • Octopus Integration
        • RealityHub MOS Configuration for Octopus
        • Octopus Configuration
        • Utilizing ZD MOS Plugin
      • iNEWS Integration
        • RealityHub MOS Configuration for iNEWS
        • iNEWS Configuration
      • CII Module Configuration
    • Tutorials
      • Tracked Billboard
      • Green Screen Virtual Studio
    • Developers Guide
      • RealityHub Open-Source SDK
      • REST API
    • FAQ
      • Frequently Asked Questions
      • Glossary
      • How to Read this Documentation
Powered by GitBook
On this page
  • Adding MOS Device
  • MOS Device Settings in RealityHub
  • Connection Indicators
  • Plugin URL
  1. Reality 5.3
  2. Integrations
  3. iNEWS Integration

RealityHub MOS Configuration for iNEWS

PreviousiNEWS IntegrationNextiNEWS Configuration

Last updated 1 year ago

Before you begin, please remember that; every MOS Device Settings in the RealityHub must match the iNEWS Settings.

The image above shows the default MOS Module Configuration interface.

Adding MOS Device

  • Go to the Main Menu > Configuration > MOS Module and select Configuration.

  • Click on the + (Plus) icon to Add a new NCS Device.

As soon as you click on the Add button, RealityHub adds a default NCS Device.

MOS Device Settings in RealityHub

  • Select the device from the NCS Devices area.

  • Click on the MOS Device Settings button as shown above.

  • MOS ID: Define a MOS installation name. REALITYHUBMOS is the default MOS ID. You can change it depending on your setup or leave it as a default, but you must define the same mosID in your NCS settings.

  • MOS Version: Select the MOS Version matching your NCS.

RealityHub 1.3.x supports MOS 2.6, 2.8, and 2.8.5.

  • Heartbeat Interval: The area you can define the frequency of the heartbeat.

  • Encoding: Choose an encoding (UTF-8, UCS-2BE, UTF-16LE, UTF-16BE) matching your workflow.

  • Hostname / IP Address: NCS MOS Gateway IP Address.

  • MOM Port (Lower Port) [NCS] & [MOS]: Define a port number that matches the iNEWS Media Port.

  • RO Port (Upper Port) [NCS] & [MOS]: Define a port number that matches the iNEWS Rundown Port.

MOS Lower Port (10540) refers to Media Object Metadata and MOS Upper Port (10541) is related to the Running Order.

The abovementioned two ports are selected MOS Protocol ports to communicate with the NCS automation.

RealityHub uses Port 10540 and Port 10541 for communicating with your NCS device using MOS Protocol as a default setup. You can change it depending on your setup.

There is a third port some systems use which is called Query Port, and its default value is 10542.

MOM & RO Ports must be accessible and not filtered or blocked.

Connection Indicators

As soon as you click on the Add NCS Devices Button (plus icon), the default configuration shows Outgoing and Incoming connections for Upper Port and Lower Port, as shown above.

Plugin URL

The Plugin URL needs to be set in the iNEWS to connect the plugin to the RealityHub.

The URL also contains parameters to make sure that your system is ready to function within the intended system environment.

To copy the generic Plugin URL::

  • Go to Main Menu > Configuration > MOS Module > Configuration.

  • Click on the Copy MOS Plug-in URL button as illustrated above.

You may need to add or change various parameters in the URL depending on your NCS installation.

Parameter Name
Parameter Value
Description

modules

hub.mos_gateway

Fixed value

mode

mosplugin

Fixed value

ncsID

The NCS ID set in the configuration.

progid

The Program ID set in the configuration.

mosID

The MOS ID set in the configuration.

version

2.6, 2.8 or 2.8.5

The MOS version set in the configuration.

ncstype

inews

Fixed value.

The final URL will be like this:

http://172.16.0.12/?modules=hub.mos_gateway&mode=mosplugin&ncsID=INEWSTST&progid=zdmosdev&mosID=zdmosdev&version=2.8&ncstype=inews

MOS Module Configuration UI
New NCS Device
MOS Device Settings Button
Example MOS Device Settings
NCS Devices Connection Status
Connection Status Indicators
Implementation