Rtp, rtcp video and audio streaming commands – AMX Metreau Entry Communicator with Display MET-ECOM-D User Manual

Page 55

Advertising
background image

Programming

49

Metreau Entry Communicators

RTP, RTCP Video and Audio Streaming Commands

Metreau Entry Communicators support the following RTP, RTCP Video and Audio Streaming
SEND_COMMANDs on port 1.

Touch Panel Intercom Commands (Cont.)

^VER?

Metreau Entry Communicator
version number.

The Metreau Entry Communicator will respond with its version num-
ber as shown in the response below. The Metreau Entry Communica-
tor will respond with one of the following strings:
Syntax:

SEND_COMMAND <DEV>,"’^VER?’"

Example:

SEND_COMMAND MET1,"’^VER?’"

Returns:

VERSION xx.xxx.xxx

RTP, RTCP Video and Audio Streaming Commands

GET VIDEO

Retrieves the configuration of the
video system.
Information returned includes
codec, resolution, and bit rate.
Codec can be either H-263 or
MJPEG.

Syntax:

SEND_COMMAND <DEV>,"'GET VIDEO'"

Example:

SEND_COMMAND MET1,"'GET VIDEO'"

Returns:

VIDEO = MJPEG

SET VIDEO

Sets the configuration of the video
system.
Configuration includes codec,
resolution, and bit rate.
Note: See the STREAM-SET
command for details on setting up
a H.263 video stream.

Syntax:

SEND_COMMAND <DEV>,"'SET VIDEO <Codec>'"

Variable:
• Codec = OFF, H263 or MJPEG
Example:

SEND_COMMAND MET1,"'SET VIDEO MJPEG'"

Sets the video configuration to a very high quality stream.

Note: Do not change the Audio or Video Codec settings during a call.

GET AUDIO

Gets the current configuration of
the video system.
Configuration includes codec.

Syntax:

SEND_COMMAND <DEV>,"'GET AUDIO'"

Example:

SEND_COMMAND MET1,"'GET AUDIO'"

Returns:

AUDIO = G.711ULAW

Advertising