Status Commands; Disk_Quota; Disable_Switch; Vidstrm_Mc_Port - AMX NMX-ENC-1100 Instruction Manual

Hide thumbs Also See for NMX-ENC-1100:
Table of Contents

Advertisement

Streaming Commands (Cont.)

VIDSTRM_MC_PORT

?VIDSTRM_MC_TTL

VIDSTRM_MC_TTL

?VIDSTRM_STATUS

?VIDSTRM_STATUS_STR

Status Commands

The following table lists the status commands for the encoder:
Status Commands

?DISK_QUOTA

?DISABLE_SWITCH

DISABLE_SWITCH
Instruction Manual - NMX-ENC H.264 Encoder
Sets the multicast port used to stream the encoded video and audio.
Syntax:
SEND_COMMAND <DEV>, "'VIDSTRM_MC_PORT-<Port>'"
Variables:
port = any port number between 1024 and 32768
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDSTRM_MC_PORT-9000'"
Retrieves the multicast Time to Live (TTL) used to stream the encoded video and audio.
Syntax:
SEND_COMMAND <DEV>, "'?VIDSTRM_MC_TTL"
Example:
SEND_COMMAND VIDEO_INPUT_1,"'?VIDSTRM_MC_TTL'"
Returns a COMMAND string of the form: ?VIDSTRM_MC_TTL-3.
Sets the multicast TTL used to stream the encoded video and audio.
Syntax:
SEND_COMMAND <DEV>, "'VIDSTRM_MC_TTL-<ttl>'"
Variables:
ttl = a value between 2 and 15
Example:
SEND_COMMAND VIDEO_INPUT_1,"'VIDSTRM_MC_TTL-3'"
Requests the status of the video stream.
Syntax:
SEND_COMMAND <DEV>, "'?VIDSTRM_STATUS'"
Example:
SEND_COMMAND VIDEO_INPUT_1,"' VIDSTRM_STATUS-<status>'"
Returns a COMMAND string of the form: VIDSTRM_STATUS-<status>. The following statuses may be
reported: STARTING, STARTED, STOPPING, STOPPED, SUSPENDED, and NOT ALLOWED.
Requests the streaming status string. This query command provides specific status for streaming.
Syntax:
SEND_COMMAND <DEV>,"'?VIDSTRM_STATUS_STR'"
Example:
SEND_COMMAND ENCODER_1,"'?VIDSTRM_STATUS_STR'"
Returns a COMMAND string of the form: VIDSTRM_STATUS_STR-<status>. The following statuses may
be reported: STARTING, STARTED, STOPPING, STOPPED, SUSPENDED, and NOT ALLOWED.
Retrieves the current amount of free drive space on the USB port currently selected for recording by the
USB_PRIORITY command.
Syntax:
SEND_COMMAND <DEV>,"'?DISK_QUOTA'"
Example:
SEND_COMMAND ENCODER_1,"'?DISK_QUOTA'"
Returns a COMMAND string of the form: DISK_QUOTA-rear 36.4% free 16:18 record time.
Retrieves the current state of LAN ports 2-4.
Syntax:
SEND_COMMAND <DEV>,"'?DISABLE_SWITCH'"
Example:
SEND_COMMAND ENCODER_1,"'?DISABLE_SWITCH'"
Returns ON or OFF.
Sets the state of ports 2-4 of the LAN switch.
Syntax:
SEND_COMMAND <DEV>,"'DISABLE_SWITCH-<option>'"
Variable:
option = ON or OFF
Example:
SEND_COMMAND ENCODER_1,"'DISABLE_SWITCH-ON'"
Disables ports 2-4 of the switch output.
Programming
46

Advertisement

Table of Contents
loading

This manual is also suitable for:

Nmx-enc-1105

Table of Contents