NetLinx Programming
61
ACR-5100 Acendo Core Administrators Guide
REWIND
Moves playback backward 30 seconds on the currently open media player instance.
Syntax:
SEND_COMMAND <DEV>, "’REWIND’"
?SESSION
Query for the current session state; responds with:
SESSION-username
Variables:
username - 'NONE' if not in session
'ADMIN' if in the admin session
'GUEST' if in the guest session,
or the username signed in if in a domain user session
Syntax:
SEND_COMMAND <dev>,'?SESSION'
START
Starts a new session and responds with AUTOSTART
START.RESPONSE-result,error
Variables:
result - the result of the session start command: true, false
error - if result is false, a string indicating the error that occurred, otherwise empty
Syntax:
SEND_COMMAND <DEV>, "’START’"
START.NEXT
If defined, starts a session using the context of the meeting currently in the 'Now' AUTOSTART
calendar slot; responds with:
START.RESPONSE-result,error
Variables:
result - the result of the session start command: true, false
error - if result is false, a string indicating the error that occurred, otherwise empty
Syntax:
SEND_COMMAND <DEV>, "’START.NOW’"
START.NOW
If defined, starts a session using the context of the meeting currently in the 'Now' AUTOSTART
calendar slot; responds with:
START.RESPONSE-result,error
Variables:
result - the result of the session start command: true, false
error - if result is false, a string indicating the error that occurred, otherwise empty
Syntax:
SEND_COMMAND <DEV>, "’START.NOW’"
STOP
Stops playback on the currently open media player instance.
Syntax:
SEND_COMMAND <DEV>, "’STOP’"
VIEW
Launches the media player and starts playing the supplied URL. AUTOSTART
Variables:
url - the full URL of the media to play; may be a file or a streaming URL (required)
Syntax:
SEND_COMMAND <DEV>,"'VIEW-<url>'"
Example:
SEND_COMMAND <DEV>,"'VIEW-<https://youtu.be/6LuMTmyDNwY>'"
?VIEW
Queries the current media player playback state; responds with each of the following:
VIEW.STATE -
(string)
Indicates the current playstate (UNKNOWN, CLOSED, PLAYING,
PAUSED)
VIEW.URL -
(string)
Indicates the media being played (currently loaded media, or empty
VIEW.RESPONSE - (string) Indicates the beginning of a set of response commands
VIEW.RESOLUTION - (string) Specifies the width and height (e.g., 1920x1080) of the
media being played, or empty)
VIEW.VIDEOCODEC Indicates the video codec type of the media being played or empty
VIEW.DURATION (string) Indicates the total duration of the media being played,
specifying the total play time as HH:MM:SS
VIEW.CURRENTTIME (string) Indicates the current playback time of the media being
played, specifying the current play time as HH:MM:SS
VIEW.CURRENTPERCENT (integer) Indicates the current playback position of the media
being played as a percentage between 0 and 100
Syntax:
SEND_COMMAND <DEV>, “?VIEW”
VIEW.CLOSE
Stops the media and closes the Media Player.
Syntax:
SEND_COMMAND <DEV>, “VIEW.CLOSE"
Continued
NetLinx Commands Description