Kodi Community Forum
Req internal htsp protocol support - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+---- Forum: Tvheadend (https://forum.kodi.tv/forumdisplay.php?fid=168)
+---- Thread: Req internal htsp protocol support (/showthread.php?tid=223132)



internal htsp protocol support - Doktor-X - 2015-04-01

CP from another thread http://forum.kodi.tv/showthread.php?tid=211501&pid=1971652#pid1971652
first of all, i dont have Tvheadend server runing localy i have couple of Tvheadend servers that are runing on machines that are on internet in diferent countries. But i dont need full pvr support like epg or channals logos i only need list of channals to be able to watch them, so i need to have support for adding them directly in sources like folders with name tv1 tv2 etc.
example from my source.xml

</source>
<source>
<name>TV</name>
<path pathversion="1">htsp://xxx.xxx.xxx.xxxx</path>
<allowsharing>true</allowsharing>
</source>
<source>
<name>TV2</name>
<path pathversion="1">htsp://kodi:[email protected]</path>
<allowsharing>true</allowsharing>
</source>

i can make m3u list but if owner of server change something on server like add new udp stream then i need to redo my list manually in order to add this new channel, i wonder is it posible to make addon that will give this support back


RE: internal htsp protocol support - Martijn - 2015-04-01

Stop cross posting.