talkback
The talkback
command is used to start and stop transmission of audio talkback and manage audio talkback settings.
Synopsis
talkback ID start [timeout=C(in secs)] |
Actions
Action | Description |
---|---|
start | Starts transmission of talkback audio for the specified decoder (1 or 2). Time is specified in seconds (default is 30 seconds). timeout=0 means infinity |
stop | Stops transmission of talkback audio. |
set | Configures talkback settings. A series of one or more |
get | Displays talkback information (i.e., the UDP port). You can specify configuration, stats, or all talkback information. |
clear | Clears talkback statistics. |
Parameters
Parameter | Default | Description/Values |
---|---|---|
port | 9177 | UDP port on which to send for talkback audio packets. Should match the encoder's output port. |
talkback Examples
# talkback 1 start Starts transmission of audio talkback on decoder #1. If not specified, the duration is 30 seconds (default). Returns the following: Talkback started successfully. |
# talkback get Returns the following audio talkback configuration: UDP Port : 9233 |
# talkback get all Returns talkback configuration and statistics, such as: Configuration: |
# talkback 1 start timeout=60 Starts transmission of audio talkback on decoder #1 for 60 seconds. Returns the following: Property "timeout=60" set successfully. |
# talkback 2 start timeout=0 Starts transmission of audio talkback on decoder #2 with not auto shut-off. |
# talkback get all Returns talkback configuration and statistics, such as: Configuration: |
# talkback set port=9233 Sets the UDP port to |
Related Topics
- Audio Talkback
- service
- For "Talkback Audio Format Specifications", please refer to the Makito X User's Guide.