This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:provisioning [2025/03/14 16:10] Виталий Журавлев [IPTV/OTT protocol setup] |
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 455: | Line 455: | ||
* //jsonapi// for TVIP JSON API Middleware (TVIP TMS). | * //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 === |