Page 32
|
STBi3 User ’s Manual
www.zeevee.com
9.5 CHANGING CHANNEL AND CONTROL VOLUME
REMOTELY
There is a feature that allows STBi3 channel to be changed and volume
controlled remotely.
HTTP channel change feature:
http://ip_address:8080 returns the STBi3 channel list. The current channel
has an ‘*’ next to it.
http://ip_address:8080/channel=n tunes the STBi3 to specified channel
number. Will return “Invalid Channel Number” as appropriate.
Volume control options include Mute, Unmute, Volume Up and Volume
Down. Please note this controls volume on the STBi3, not the connected
display. The syntax for each command is similar to the channel command
and are shown below:
http://ip_address:8080/mute
http://ip_address:8080/unmute
http://ip_address:8080/volumeUp
http://ip_address:8080/volumeDown
EXAMPLES
Assuming MXE+ IP Address is: 192.168.1.23
http://192.168.1.23:8080 This will return STBi3 channel list
http://192.168.1.23:8080/channel=77 This will tune STBi3 to channel 77
http://192.168.1.23:8080/mute
This will mute the audio
http://192.168.1.23:8080/unmute
This will unmute the audio
http://192.168.1.23:8080/volumeUp
This will increase the audio
http://192.168.1.23:8080/volumeDown
This will decrease the audio