Skip to main content

nmos

The nmos command is used to view and manage NMOS configuration on the decoder.

Note

SMPTE ST 2110 must be licensed on the decoder, and the decoder personality set to ST 2110.

Synopsis

nmos start  
nmos stop
nmos set [parameter=value...]
nmos get [config, stats, all]

Actions

Action

Description

startStarts the NMOS service.
stopStops the NMOS the service.
setConfigures the NMOS settings. A series of one or more parameter=value pairs can be specified at once. See Parameters below.

get

Displays service information.  You can specify to display the config (configuration), stats, or all.

Parameters

Parameter

Default

Description/Values

nodeport

8001

Local port used by the NMOS service. 

discovery

automatic

The DNS based Discovery Mode. Values are: automatic, manual.

regaddress

n/a

The IP address of the NMOS registry (IS-04). This parameter must be configured when discovery is set to manual. 

regport

8010The port of the NMOS registry (IS-04). This parameter is configurable when discovery is set to manual. 

version

1.3

Specifies the IS-04 version supported by the IS-04 registry. This parameter is configurable when discovery is set to manual. Values are: 1.3, 1.2.

is09

Off

When discovery is set to manual, you can enable or disable IS-09 support. For IS-09 to work in manual mode, make sure to configure both sysaddress and sysport parameters (below). 
Values are: On, Off.

Tip

This support is always enabled when using automatic discovery.

sysaddress

n/aThe IP address of the IS-09 system service. This parameter is configurable when is09 is On and discovery is set to manual.

sysport

3000The port of the IS-09 system service. This parameter is configurable when is09 is On and discovery is set to manual.

dnsip

n/a

Address of the DNS server to use when doing service discovery. Automatic can be selected to make use of the system's DNS settings. 

domainnamen/aFQDN to use when performing service discovery. Auto can be selected to make use of the system's DNS settings. 

Examples

# nmos start

Returns configuration information and statistics for the essence:

NMOS started successfully. 

# nmos get all

Returns all configuration information for the NMOS service: 

Configuration:
  Node Port : 8001
  Discovery Mode : Automatic
  DNS Server Address : Automatic
  Domain Name : Automatic
Statistics:
  State : RUNNING

Related Topics

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.