AMX MAX-CSD 10 manual MAX-CSD:Streaming Commands Port, MAX-CSEStreaming Send_Commands Cont

Models: MAX-CSD 10 MAX-CSE

1 110
Download 110 pages 20.97 Kb
Page 89
Image 89
MAX-CSD: Streaming Commands (Port 1)

 

NetLinx Programming

 

MAX-CSE Streaming Send_Commands (Cont.)

 

 

Command

Description

 

 

SET VSOURCE

Sets the current video source type for the outgoing (encoded) video stream.

Set the source type needed

Changing this source type redirects the video detection on the MAX unit’s rear

video ports.

for the video stream.

Note: If both signal types are detected, the unit defaults to using the

 

 

Composite signal type unless otherwise specified via this command.

 

Syntax:

 

SEND_COMMAND <DEV>,"'SET VSOURCE <source>'"

 

Variable:

 

source = SVID (S-Video) or COMP (Composite).

 

Example:

 

SEND_COMMAND ENCODER,"'SET VSOURCE SVID'"

 

Switches the encoded video stream to take video from the S-Video port.

 

 

STOP

A stream can also be halted via the browser-based UI pages.

Stop transmission of both the

Syntax:

audio and video stream.

SEND_COMMAND <DEV>,"'STOP'"

 

 

Example:

 

SEND_COMMAND ENCODER,"'STOP'"

 

 

MAX-CSD: Streaming Commands (Port 1)

For programming purposes, do not use a hyphen when specifying MPEG functionality. Use MPEG2 and MPEG4 (no dash), do not use MPEG-2 or MPEG-4. In order for the SET commands (Set Video, Set URL, etc.) to take effect, any active stream must first be halted using the STOP command. Once these commands are executed, you can then the PLAY command to restart the stream.

The only exception to this procedure is the SET AUDIO, which while during a stream can on the fly be toggled between Microphone and Line.

The streaming system on the MAX-CSE is located at Port 1 in NetLinx D:P:S nomenclature. The MAX-CSE supports the following streaming commands.

MAX-CSD Streaming Send_Commands

Command

Description

 

 

GET AUDIO

Requests the configuration of the current audio system. The returned

Get a description of the

information includes: codec, sampling rate, and bit rate.

 

current audio system

Syntax:

configuration.

SEND_COMMAND <DEV>,'GET AUDIO'

 

 

Example:

 

SEND_COMMAND DECODER,'GET AUDIO'

 

System response:

 

AUDIO = MP2 48 10

 

 

MAX-CSE/MAX-CSD10 Operation/Reference Guide

83

 

 

Page 89
Image 89
AMX MAX-CSD 10 manual MAX-CSD:Streaming Commands Port, MAX-CSEStreaming Send_Commands Cont, MAX-CSDStreaming Send Commands