Hello. Could anyone tell me what commands you should send over port 7777 to a stand alone DMP to emulate someone pressing buttons on a remote control in front of the DMP?
Solved! Go to Solution.
You can use DMP MIBs to execute or simulate the DMP Remote Buttons.
VARIABLES
=========
admin = DMP Web Account Username
default = DMP Web Account Password
a.b.c.d = IP Address of DMP
dmm.company.com = FQDN of the Digital Media Manager(DMM) Appliance
MIBS
====
** Use the Following MIB to see the CURRENT Remote Control Mappings
https://admin:default@a.b.c.d:7777/get_param?p=irasrv.key*
============================================================================================
DEFAULT REMOTE CONTROL MAPPINGS FOR DIGITAL MEDIA PLAYERS
============================================================================================
irasrv.key_BLUE T_STRING ira add 1 xfake 1 BLUE b
irasrv.key_YELLOW T_STRING ira add 1 xfake 1 YELLOW y
irasrv.key_GREEN T_STRING ira add 1 xfake 1 GREEN g
irasrv.key_RED T_STRING ira add 1 xfake 1 RED r
irasrv.key_MENU T_STRING ira add 1 xfake 1 MENU m
irasrv.key_EXIT T_STRING ira add 1 xfake 1 EXIT h
irasrv.key_INPUT T_STRING ira add 1 xfake 1 INPUT i
irasrv.key_REWIND T_STRING ira add 1 xfake 1 REWIND e
irasrv.key_FAST_FORWARD T_STRING ira add 1 xfake 1 FAST_FORWARD d
irasrv.key_STOP T_STRING ira add 1 xfake 1 STOP Escape
irasrv.key_PAUSE T_STRING ira add 1 xfake 1 PAUSE p
irasrv.key_PLAY T_STRING ira add 1 xfake 1 PLAY a
irasrv.key_SHOW_IP T_STRING ira add 1 sh 1 SHOW_IP mn mng start showip 7000
irasrv.key_VOLUME_DOWN T_STRING ira add 1 init 1 VOLUME_DOWN voldown
irasrv.key_VOLUME_UP T_STRING ira add 1 init 1 VOLUME_UP volup
irasrv.key_RIGHT T_STRING ira add 1 xfake 1 RIGHT Right
irasrv.key_LEFT T_STRING ira add 1 xfake 1 LEFT Left
irasrv.key_DOWN T_STRING ira add 1 xfake 1 DOWN Down
irasrv.key_UP T_STRING ira add 1 xfake 1 UP Up
irasrv.key_CHAN_DOWN T_STRING ira add 1 xfake 1 CHAN_DOWN Next
irasrv.key_CHAN_UP T_STRING ira add 1 xfake 1 CHAN_UP Prior
irasrv.key_ENTER T_STRING ira add 1 xfake 1 ENTER Return
irasrv.key_MUTE T_STRING ira add 1 init 1 MUTE mute
irasrv.key_POWER T_STRING ira add 1 sh 1 POWER mn mng exit
SAMPLE MIBS - HTTP commands to simulate remote control
--------------------------------------------------------------------------------------------
SAMPLE MIBS - HTTP commands to simulate remote control
--------------------------------------------------------------------------------------------
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+b
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+y
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+g
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+r
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+m
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+h
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+i
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+e
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+d
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Escape
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+p
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+a
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Right
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Left
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Down
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Up
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Up
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Next
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Prior
https://admin:default@a.b.c.d:7777/set_param?mng.command=write+xfake+Return
If this answers your question, Please take time to mark this
discussion answered & rate the response.
Thank You!
T.