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 [2019/01/16 09:39]
Alexander [Restrict access to mediacenter settings]
en:provisioning [2019/03/15 11:24]
Vladimir Manov [Add/hide web applications]
Line 229: Line 229:
 This can disable access to different Mediacenter apps (like DVR, CCTV, VOD, mediaplayer). This can disable access to different Mediacenter apps (like DVR, CCTV, VOD, mediaplayer).
  
-App codes: //​mediaplayer//​ is MediaPlayer,​ //dvr// is DVR, //cctv// is CCTV, //​vod// ​ is Movies, //tv// is TV, //​navigator//​ is Web browser, //​settings//​ is Settings, //apps// is All apps (Android). ​+App codes: //​mediaplayer//​ is MediaPlayer,​ //dvr// is DVR, //cctv// is CCTV, //​vod// ​ is Movies, //tv// is TV, //​navigator//​ is Web browser, //​settings//​ is Settings, //apps// is All apps (Android), //search// is search function
  
 By default, all apps are allowed. By default, all apps are allowed.
Line 264: Line 264:
 //uiwidth// and //​uiheight//​ define UI resolution; \\ //uiwidth// and //​uiheight//​ define UI resolution; \\
 //url// defines web application URL; \\ //url// defines web application URL; \\
-//api// defines STB API type (tvip/​mag/​html5);​ \\+//api// defines STB API type (tvip/​mag/​html5/youtube); \\
 //proxy// defines HTTP/HTTPS proxy (if required). //proxy// defines HTTP/HTTPS proxy (if required).
  
Line 275: Line 275:
 Default app names: "​account"​ for Operator'​s User Account page, "​youtube"​ for YouTube app, "​kodi"​ for Kodi app. Default app names: "​account"​ for Operator'​s User Account page, "​youtube"​ for YouTube app, "​kodi"​ for Kodi app.
 For customer'​s app, you can use any avaliable icon.\\ For customer'​s app, you can use any avaliable icon.\\
 +
 +Default web application configuraton:​\\
 +<code xml>
 +<​webapps>​
 +    <app name="​youtube" ​      ​title="​YouTube" ​        ​uiwidth="​1280"​ uiheight="​720"​ url="​http://​apps.tvip.ru/​apps/​youtube/?​referrer=about:​back" ​      ​api="​youtube"​ dial_title="​YouTube"​ dial_origin="​*.youtube.com"​ search_script="​https://​apps.tvip.ru/​searchjs/​youtube.js"/>​
 +    <app name="​youtube_kids" ​ title="​YouTube Kids" ​   uiwidth="​1280"​ uiheight="​720"​ url="​http://​apps.tvip.ru/​apps/​youtube_kids/?​referrer=about:​back" ​ api="​youtube"​ />
 +    <app name="​plex" ​         title="​Plex" ​           uiwidth="​1280"​ uiheight="​720"​ url="​http://​apps.tvip.ru/​apps/​plex/" ​
 +</​webapps>​
 +</​code>​
 +The default configuration in the firmware is in the file: /​home/​tvip/​profiles/<​profile>/​tvip_webapps.xml \\
  
 If an app needs "Go to Main Menu" function, it should redirect to "​about:​back"​ page. If an app needs "Go to Main Menu" function, it should redirect to "​about:​back"​ page.
Line 375: Line 385:
 //​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 ====
en/provisioning.txt · Last modified: 2023/12/20 16:29 by Vladimir Manov