en:provisioning

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:provisioning [2018/04/09 11:18]
Alexander [Appearance settings]
en:provisioning [2018/11/13 14:53]
Alexander [Syslog server information]
Line 87: Line 87:
 <​syslog_host name="​1.1.1.1"/>​ <​syslog_host name="​1.1.1.1"/>​
 </​code>​ </​code>​
 +
 +====Statistics server information====
 +//​**Supported from firmware 4.0.13**// \\
 +Set up server URL, where [[en:​statistics_drop | statistics]] will be sent.
 +<code xml>
 +<​statistics url="​http://​domain/​stbstat/​index.php"​ accum_period="​45">​
 +  <media />
 +  <network period="​20"​ />
 +</​statistics>​
 +
 +</​code>​
 +
 + ​Statistics tag attributes: \\
 +  * //url// - statistics server address.
 +  * //​accum_period//​ - period in second of statistic accumulation before sent to server.
 +
 +
 + ​Network tag attributes (statistics of network interfaces):​ \\
 +  * //period// - period in second of statistics reading from hardware.
 +
 + Media tag has no attributes. If tag media exists, STB will send statistics after stream ends.
  
 ====Provisioning server information==== ====Provisioning server information====
Line 345: Line 366:
 </​code>​ </​code>​
  
-//server// attribute defines portal URL (middleware);​ //api// defines JavaScript API for the portal ("​tvip",​ "​mag",​ "​html5"​). If //noui// attribute is //true// then all TVIP user interface is replaced by Web portal (recommended for Stalker), if //false//, then Web-portal only replaces Watch TV app. +//server// attribute defines portal URL (middleware);​ //api// defines JavaScript API for the portal ("​tvip",​ "​mag",​ "​html5"​).\\ 
 +If //noui// attribute is //true// then all TVIP user interface is replaced by Web portal ("Whole system"​ mode), if //false//, then Web-portal only replaces Watch TV app ("TV only" mode). If //​combined//​ attribute is //true// and //noui// is //false//, then "​Combined"​ mode is used (from v.4.0.23).
  
 Optional attributes: \\ Optional attributes: \\
Line 424: Line 446:
   <​tv_preview_mode value="​true"​ force="​true"​ />   <​tv_preview_mode value="​true"​ force="​true"​ />
   <​display_channel_numbers value="​true"​ />   <​display_channel_numbers value="​true"​ />
 +  <​channel_icons_aspect value="​1.777"/>​
 </​appearance>​ </​appearance>​
 </​code>​ </​code>​
Line 434: Line 457:
   *//​tv_cursor_mode//​ - Enable simple TV control mode. In this mode, cursor keys control volume and channel switch.\\   *//​tv_cursor_mode//​ - Enable simple TV control mode. In this mode, cursor keys control volume and channel switch.\\
   * //​display_channel_numbers//​ - Enable (true) or disable (false) display of channel numbers(supported from firmware 4.0.17). \\   * //​display_channel_numbers//​ - Enable (true) or disable (false) display of channel numbers(supported from firmware 4.0.17). \\
 +  * //​channel_icons_aspect//​ - Channel icon images aspect ration (aspect=width/​height). Used for UI channel layout optimizations (supported from firmware 4.0.20).
 \\ \\
 To force some settings to apply use attribute force with value="​true"​ To force some settings to apply use attribute force with value="​true"​
en/provisioning.txt · Last modified: 2023/12/20 16:29 by Vladimir Manov