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 [2019/01/25 16:34]
Vladimir Manov [IPTV/OTT protocol setup]
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 353: Line 375:
 //​multi_portal//​ - enable (//true//) or disable (//false//) Portal Manager. (from v.3.8.19); \\ //​multi_portal//​ - enable (//true//) or disable (//false//) Portal Manager. (from v.3.8.19); \\
 //​multi_portal_params//​ - if Portal Manager is enabled, provides params containing forced (pre-defined) portals. ​ (from v.3.8.19); \\ //​multi_portal_params//​ - if Portal Manager is enabled, provides params containing forced (pre-defined) portals. ​ (from v.3.8.19); \\
-Multi portal params are provided in the following format: <​nowiki>"​server1=Server 1 Name|http://​server1.domain/​path&​server2=Server 2 Name|http://​server2.domain/​path"</​nowiki>​ +Multi portal params are provided in the following format: <​nowiki>"​server1=Server 1 Name|http://​server1.domain/​path&​server2=Server 2 Name|http://​server2.domain/​path"</​nowiki>​\\ 
 +For selection portal use "​dafault"​ parameter : "​server1=Server 1 Name|http://​server1.domain/​path|default&​server2=Server 2 Name|http://​server2.domain/​path" ​
  
 ==== Security ==== ==== Security ====
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"​
Line 513: Line 537:
   * TVIP classic   * TVIP classic
    
 +====Media playback setup====
 +
 +//​**Supported from firmware: 4.0.19**// \\
 +
 +Allows setup of some media playback parameters.
 +<code xml>
 +  <​media>​
 +    <​default_audio_language force="​true"​ value="​bul bg eng en" />
 +    <​default_subtitle_language force="​true"​ value="​ru rus" />
 +  </​media>​
 +</​code>​
 +
 +  * //​default_audio_language//​ - default audio language for media playback.
 +  * //​default_subtitle_language//​ - default subtitle language for media playback.
 +
 +//value// attribute is space-separeted list of ISO 639-1 and ISO 639-2 language codes. It is recommended to use both formats for each language (ex. "eng en"). If more the one language is set up, the one listed earlier has priority.\\
 +If audio value is empty, first supported audio track is used. If subtitle value is empty, subtitles will be disabled. \\
 +This provisioning value is not compatible with the samilar settings in user interface. It is recommened to hide user interface setting, if provisioning is used.
 +
 ====Force mount SMB and NFS shares==== ====Force mount SMB and NFS shares====
  
Line 622: Line 665:
 //​pref_system_timeserver//​ - NTP address\\ //​pref_system_timeserver//​ - NTP address\\
 //​pref_system_audiolanguage//​ - Default audio language\\ //​pref_system_audiolanguage//​ - Default audio language\\
 +//​pref_system_subtitlelanguage//​ - Default subtitle language\\
 //​pref_system_digitalsoundmode//​ - Digital sound\\ //​pref_system_digitalsoundmode//​ - Digital sound\\
 +//​pref_system_dial//​ - Multiscreen\\
 +//​pref_system_button_bluetooth_remote//​ - Bluetooth setup\\
 +//​pref_system_button_checkupdates//​ - Check updates\\
 +//​pref_system_button_info//​ - Info button
  
 ===Ids of appearance tab=== ===Ids of appearance tab===
Line 628: Line 676:
 //​pref_appearance_alpha//​ - UI transparency\\ //​pref_appearance_alpha//​ - UI transparency\\
 //​pref_appearance_anim//​ - Animated UI\\ //​pref_appearance_anim//​ - Animated UI\\
 +//​pref_appearance_channel_numbers//​ - Channel numbers\\
 +//​pref_appearance_channel_icons//​ - Channel icons\\
 //​pref_appearance_listlooped//​ - Looped channel list\\ //​pref_appearance_listlooped//​ - Looped channel list\\
 //​pref_appearance_padding//​ - Overscan\\ //​pref_appearance_padding//​ - Overscan\\
 +//​pref_appearance_tv_preview_mode//​ - TV preview mode\\
 +//​pref_appearance_tv_cursor_mode//​ - TV cursor mode\\
 +//​pref_appearance_color_preset//​ - UI color preset\\
 +//​pref_appearance_background//​ - UI background\\
  
 ===Ids of Network tab=== ===Ids of Network tab===
en/provisioning.txt · Last modified: 2023/12/20 16:29 by Vladimir Manov