MP80RA HD Media Player Manual
Page
30
of
32
Rev. 107- 06/21/16
Network Command List:
********************************************
qsCommand:NEXT
********************************************
qsCommand:PREVIOUS
****************************************************************************
qsCommand:PAUSE
****************************************************************************
qsCommand:STATUS
returns current status
videoState,videoFileType,videoItem,webBaseSTate,webBaseItem,webOverlayState,webOverlayItem
file types:
FILE_TYPE_NONE = 0;
FILE_TYPE_VIDEO = 1;
FILE_TYPE_STREAM = 2;
FILE_TYPE_IMAGE = 3;
states:
STATE_IDLE = 0;
STATE_ACTIVE = 1;
STATE_ERROR = 2;
STATE_PAUSED = 3; // apply to vi
ex:
1,1,/mnt/extsd/QSPlayer/Video/05_BB_Recycled_GiftCard.mp4,0,,0,
****************************************************************************
qsCommand:PLAY_FILE(typeIndex,filename)
Play file of given type.
typeIndex = file type index =
HTML(1),
IMAGE(2),
MUSIC(3),
PLAYLIST(4),
VIDEO(5);
filename = name of file
qsCommand:PLAY_FILE(4,Play List 3)
qsCommand:PLAY_FILE(5,07_BB_TradeIn.mp4)
****************************************************************************
qsCommand:PLAY_QS_PLAYLIST(playlist_name)
Start the given playlist
****************************************************************************
qsCommand:CLEAR_STARTUP_ITEM()
set the start up item to nothing - start with blank screen
****************************************************************************
qsCommand:SET_STARTUP_ITEM(startupType,startupItem)
set the start up item to nothing - start with blank screen
startupType = type of item to startup
QS_LAYOUT(0);
QS_PLAYLIST(1);
QS_SCHEDULE(2);
QS_NONE(3);
WEB_PAGE(4);
QS_KISOK(5)
startupItem
if type = QS_LAYOUT(0), then startupItem = layout_config_file (QS Layouts only)
if type = QS_PLAYLIST(1), then startupItem = QS playlist name
if type = QS_SCHEDULE(2), then startupItem = QS schedule name
if type = QS_NONE(3), then startupItem is ignored and blank screen is started
if type = WEB_PAGE(4), then startupItem = URL to start
if type = QS_KIOSK(5), then startupItem = QS kiosk configuration filename
****************************************************************************