This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:provisioning [2025/01/30 12:53] Виталий Журавлев [Allowed main menu apps] |
en:provisioning [2025/03/14 18:00] (current) Виталий Журавлев [IPTV/OTT protocol setup] |
||
---|---|---|---|
Line 443: | Line 443: | ||
<code xml> | <code xml> | ||
- | <tv_protocols default="tvip" force="tvip"> | + | <tv_protocols default="jsonapi" force="jsonapi"> |
</tv_protocols> | </tv_protocols> | ||
</code> | </code> | ||
Line 452: | Line 452: | ||
Supported Middleware types: | Supported Middleware types: | ||
- | * //tvip// for TVIP Middleware. | + | |
- | * //jsonapi// for TVIP JSON API Middleware. | + | * //jsonapi// for TVIP JSON API Middleware (TVIP TMS). |
* //m3u// for M3U playlist. | * //m3u// for M3U playlist. | ||
- | * //iptvportal// for IPTVPORTAL Middleware. | ||
- | * //stalker// for Stalker Middleware (TVIP UI). | ||
* //browser// for web application (portal) middleware. | * //browser// for web application (portal) middleware. | ||
* //androidapp// use Android application as content source (Supported only with Android OS) | * //androidapp// use Android application as content source (Supported only with Android OS) | ||
Line 483: | Line 481: | ||
URL of an m3u playlist is defined by //m3u// attribute. URL of EPG file (XMLTV/JTV) is defined by //epg// attribute. | URL of an m3u playlist is defined by //m3u// attribute. URL of EPG file (XMLTV/JTV) is defined by //epg// attribute. | ||
- | === Stalker Middleware setup === | ||
- | |||
- | This defines Stalker setup that work in TVIP user interface design. | ||
- | |||
- | <code xml> | ||
- | <tv_protocols default="stalker"> | ||
- | <protocol type="stalker" server="http://provider.net/stalker_portal" /> | ||
- | </tv_protocols> | ||
- | </code> | ||
- | |||
- | Stalker portal URL is defined by //server// attribute. | ||
=== Web-portal middleware setup === | === Web-portal middleware setup === | ||
Line 828: | Line 815: | ||
//pref_tv// - TV\\ | //pref_tv// - TV\\ | ||
//pref_security// - Security\\ | //pref_security// - Security\\ | ||
+ | //pref_os// - Restrict access to Android OS settings (for Android OS devices)\\ | ||
<code xml> | <code xml> |