Editing Config.txt
Multi-Format STB Quick Start
57
# Set the TTL of SAP
stb.sap.packet.ttl: 32
# Set the ToS of SAP
stb.sap.packet.tos: 0
# Set the address of SAP
stb.sap.packet.addr: 224.2.133.134
# Set the port of SAP
stb.sap.packet.port: 9876
# Set the host name of SAP
stb.sap.hostname:
# Set the group name of SAP
stb.sap.groupname:
#------------------------------------------------------------------------------
#-
Web Service Setting
-
#------------------------------------------------------------------------------
# Set 1 to enable stb web service
stb.webservice.enable: 1
# Set the port of STB Web Server
stb.webservice.httpd.port: 80
# The max session number that are allowed to login to stb web service
# Valid value is 1~32
stb.webservice.login.maxsessionnumber: 1
# The auto-logout time of stb web service
# Valid value is 10~86400 (in seconds)
stb.webservice.login.autologouttime: 20
# Set 0 to disable stb web server
stb.webserver.enable: 1
#------------------------------------------------------------------------------
#-
Serial pass-through Setting
-
#------------------------------------------------------------------------------
# Set to 1 to enable serial pass-through transmit
stb.serpassthru.enable: 0
# Set the baudrate of serial pass-through
# 110, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200
stb.serpassthru.serial.baudrate: 9600
# Set the stop bits of serial pass-through
# 1, 2
stb.serpassthru.serial.stopbits: 1
# Set the parity of serial pass-through