essence
The esse
nce
command is used to view and manage SMPTE ST 2110 media essences on the encoder. The ID is assigned automatically when an essence is created.
Note
SMPTE ST 2110 must be licensed on the encoder, and the encoder personality set to ST 2110.
Synopsis
essence ID start |
Actions
Action | Description |
---|---|
start | Starts the media essence. |
stop | Stops the media essence. |
create | Creates a new media essence. |
delete | Deletes a media essence. |
set | Configures media essence settings. A series of one or more parameter=value pairs can be specified at once. See Parameters below. |
get | Display information on the media essence. You can specify to display the configuration (config), stats, or all. |
clear | Clears the media essence's statistics. |
help | Displays usage information for the essence command. |
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/a | The UDP port of the media essence. |
type | video | 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] |
input | 1 | The input number. [1...4] |
format | Auto | (Type must be Video) Specifies the video format for the essence.
|
audiochannels | 2 | (Type must be Audio) Specifies the number of channels for the audio essence. |
packettime | 1000μs | (Type must be Audio) Specifies the duration of packets for the audio essence.
|
Examples
# essence create input=1 type=video payload=96 addr=239.4.1.10 port=50000 name=vid1 Creates a new data essence and provides the following confirmation: Media essence created successfully - ID: 1. |
# essence 1 get all Returns configuration information and statistics for the essence: Essence ID : 1 |
# essence get all Returns configuration information for all created essences (in this case, 3 input essences combined into one stream, Input #1): Essence ID : 1 |
Related Topics