Skip to main content

essence

The essence command is used to view and manage SMPTE ST 2110 media essences on the decoder.

Note

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

The media essences are distinguished by an ID number. The following table shows the ID that corresponds with each essence:

2110 OutputEssenceID
2110 Output 1

Video10
Audio11
Anc (Ancillary Data)12
2110 Output 2Video20
Audio21
Anc 22
2110 Output 3Video30
Audio31
Anc 32
2110 Output 4Video40
Audio41
Anc 42

Synopsis

essence ID start  
essence ID stop
essence ID set [parameter=value...]
essence ID get [config, stats, all]
essence ID clear

Actions

Action

Description

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

get

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

clear

Clears the media essence's statistics.

Parameters

Parameter

Default

Description/Values

name

n/a

A unique name for the media essence (up to 63 characters).

address

n/a

The IP address of the media essence. This is typically a multicast address to which the ST 2110 data is being sent.

source

any

(Optional) The IP address of the media essence source for source-specific multicast.

port

n/aThe UDP port of the media essence.

type

n/a

The media type for the essence. Either video, audio, or (ancillary) data.

payload

96 (video)
98 (audio)
100 (data)

The RTP Payload of the media essence. [0...127]

ttl

64IP Time to Live (ttl), specifies the number of router hops that IP packets from this stream are allowed to traverse before being discarded. [1...255]

tos


IP Type of Service (tos), specifies the desired quality of service (QoS). This value will be assigned to the Type of Service field of the IP Header for the outgoing streams. [0...0xFF]

packettime

1000μs

(Type must be Audio) Specifies the duration of packets for the audio essence. 

  • 1000 (1ms)  
  • 125 (125μs)

Examples

# essence 10 get all

Returns configuration information and statistics for the essence:

Essence ID : 10
Name          : "Video Output 1"
Configuration:
  Type          : Video
  Address       : 239.4.1.10
  UDP Port      : 40000 
  RTP Payload   : 96
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STARTED
Statistics:
  State                 : RUNNING
  Format                : 1280x720p59
  Stream Sync           : On
  Transmitted Packets   : 433,014,339
  Last Statistics Reset : Never

# essence get all

Returns configuration information for all essences:

Essence ID : 10
Name           : "Video Output 1"
Configuration:
  Type           : Video
  Output         : 1
  Address        : 239.73.0.10
  UDP Port       : 40000
  RTP Payload    : 96
  TOS            : 0x88 (DSCP AF41)
  TTL            : 64
  Status         : STARTED

Essence ID : 11
Name          : "Audio Output 1"
Configuration:
  Type          : Audio
  Output        : 1
  Address       : 239.73.0.11
  UDP Port      : 40000
  RTP Payload   : 98
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Packet Time   : 1 ms
  Status        : STARTED

Essence ID : 12
Name          : "Anc Output 1"
Configuration:
  Type          : ANC Data
  Output        : 1
  Address       : 239.73.0.12
  UDP Port      : 40000
  RTP Payload   : 100
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STARTED

Essence ID : 20
Name          : "Video Output 2"
Configuration:
  Type          : Video
  Output        : 2
  Address       : 239.0.21.1
  UDP Port      : 1
  RTP Payload   : 96
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

Essence ID : 21
Name          : "Audio Output 2"
Configuration:
  Type          : Audio
  Output        : 2
  Address       : 239.0.31.1
  UDP Port      : 1
  RTP Payload   : 98
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Packet Time   : 1 ms
  Status        : STOPPED

Essence ID : 22
Name          : "Anc Output 2"
Configuration:
  Type          : ANC Data
  Output        : 2
  Address       : 239.0.41.1
  UDP Port      : 1
  RTP Payload   : 100
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

Essence ID : 30
Name          : "Video Output 3"
Configuration:
  Type          : Video
  Output        : 3
  Address       : 239.0.22.1
  UDP Port      : 1
  RTP Payload   : 96
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

Essence ID : 31
Name          : "Audio Output 3"
Configuration:
  Type          : Audio
  Output        : 3
  Address       : 239.0.32.1
  UDP Port      : 1
  RTP Payload   : 98
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Packet Time   : 1 ms
  Status        : STOPPED

Essence ID : 32
Name          : "Anc Output 3"
Configuration:
  Type          : ANC Data
  Output        : 3
  Address       : 239.0.42.1
  UDP Port      : 1
  RTP Payload   : 100
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

Essence ID : 40
Name          : "Video Output 4"
Configuration:
  Type          : Video
  Output        : 4
  Address       : 239.0.23.1
  UDP Port      : 1
  RTP Payload   : 96
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

Essence ID : 41
Name          : "Audio Output 4"
Configuration:
  Type          : Audio
  Output        : 4
  Address       : 239.0.33.1
  UDP Port      : 1
  RTP Payload   : 98
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Packet Time   : 1 ms
  Status        : STOPPED

Essence ID : 42
Name          : "Anc Output 4"
Configuration:
  Type          : ANC Data
  Output        : 4
  Address       : 239.0.43.1
  UDP Port      : 1
  RTP Payload   : 100
  TOS           : 0x88 (DSCP AF41)
  TTL           : 64
  Status        : STOPPED

12 media essences displayed.



JavaScript errors detected

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

If this problem persists, please contact our support.