Description:
Sets a global duration for OSD images that are 'played' from a LIST or played
with PLAYSPOT or PLAY [FILE] command. The value is argued in milliseconds
(1000 milliseconds per second).
The OSDDURATION setting is saved in the DCMD CONFIGURATION file.
The default value is 30000 milliseconds (30 seconds)
Form:
Command Handler: DCMD
OSDDURATION|ODU|OU <ARGUMENT>
Argument List:
Terse Verbose Description
n n 'n' is the number of milliseconds to 'play' an OSD.
30000 is the default value.
Response:
OSDDURATION RESPONSE
Verbose- "OK\r\n" to acknowledge receipt of command, or
"ERROR- [Description]\r\n" if error, ending command
Terse- "0\r\n" to acknowledge receipt of command, or
"[NON-ZERO NUMERIC VALUE]\r\n" if error, ending command
"\r\n" concludes modify responses (empty line)
Examples:
Verbose command to set up duration for 3 seconds (3000 milliseconds)
*.DCMD ODU 3000 <enter>
Response is: OK\r\n
Terse command to set up duration for 1 minute (60000 milliseconds)
*.DCMD OU 60000 <enter>
Response is: OK\r\n
Verbose command to display the current osd duration settings
*.DCMD ODU <enter>
OK
OSDDURATION = 3000 milliseconds
Terse command to display the current osd duration settings
*.DCMD OU <enter>
OK
3000
Notes: