56
© 2016 VBrick Systems, Inc.
#------------------------------------------------------------------------------
#-
Download Manager Setting
-
#------------------------------------------------------------------------------
# Set the mount point's path of storage's partion for Download and Play function.
# Downloaded file will be saved to stb.downloadmgr.realpath.
# /mnt/usb/usbXX - For usb flash stick, usb hard disk.
# /mnt/hd/hddXX - For SATA hard disk.
stb.downloadmgr.realpath: /mnt/usb/usb11
#------------------------------------------------------------------------------
#-
ezController Setting
-
#------------------------------------------------------------------------------
# Set the ezcontroller multicast remote control enable.
stb.ezcontroller.multicast.enable: 1
# Set the IP address of ezcontroller multicast remote control
stb.ezcontroller.multicast.addr: 224.1.1.1
# Set the fisrt port of ezcontroller multicast remote control.ezController
multicast
# remote control need 4 ports.If set 9091 as a fisrt port, 9092, 9093, 9094 will be
# used for multicast remote control.
stb.ezcontroller.multicast.port: 9091
# Set the ezcontroller unicast remote control enable.
stb.ezcontroller.unicast.enable: 1
# Set the port of ezcontroller unicast remote control
stb.ezcontroller.unicast.port: 9095
# Set the upgrading progress page URL of ezController
stb.ezcontroller.url.fwupg: file:///root/titanium/demo_page/kumat/upgrade/
upgrade_progress.html
#------------------------------------------------------------------------------
#-
SAP Setting
-
#------------------------------------------------------------------------------
# Set to 1 to enable SAP transmit
stb.sap.transmit.enable: 1
# Set the unit number of STB SAP from 0~2147483647
stb.sap.unitnumber: 1
# Set the timeout of SAP from 1~3153600
# Unit: sec
stb.sap.packet.timeout: 90
# Set the retransmit time of SAP from 1~3153600
# Unit: sec
stb.sap.packet.retransmittime: 10