IPTV plugin for VDR - 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: VDR (https://forum.kodi.tv/forumdisplay.php?fid=169) +---- Thread: IPTV plugin for VDR (/showthread.php?tid=189416) |
IPTV plugin for VDR - illiac4 - 2014-03-17 Is it possible to include into VDR precompiled IPTV plugin? I am facing some problems with compiling: Code: root@Biostar:/tmp# make -C iptv-2.1.2 install make: Entering directory `/tmp/iptv-2.1.2' RE: IPTV plugin for VDR - FernetMenta - 2014-03-17 why don't you install the missing package? On Ubuntu this should be libcurl-dev RE: IPTV plugin for VDR - illiac4 - 2014-03-17 I wanted to do this but: root@Biostar:~# apt-get install libcurl-dev Reading package lists... Done Building dependency tree Reading state information... Done Package libcurl-dev is a virtual package provided by: libcurl4-openssl-dev 7.32.0-1ubuntu1.3 libcurl4-nss-dev 7.32.0-1ubuntu1.3 libcurl4-gnutls-dev 7.32.0-1ubuntu1.3 You should explicitly select one to install. E: Package 'libcurl-dev' has no installation candidate And i am trying to compile this one http://www.saunalahti.fi/~rahrenbe/vdr/iptv/ Note: Also when i try to run Code: root@Biostar:~# sudo service vdr start Starting Linux Video Disk Recorder: vdr Under /etc/vdr/plugins there is only folder vnsiserver and no vnsiserver5. RE: IPTV plugin for VDR - FernetMenta - 2014-03-17 I would follow the instructions given by your system: Package libcurl-dev is a virtual package provided by: libcurl4-openssl-dev 7.32.0-1ubuntu1.3 libcurl4-nss-dev 7.32.0-1ubuntu1.3 libcurl4-gnutls-dev 7.32.0-1ubuntu1.3 You should explicitly select one to install. Quote:Under /etc/vdr/plugins there is only folder vnsiserver and no vnsiserver5. I don't know where you got vnsi from. If you compile yourself, you have to create this folder. Otherwise the packaging scripts of the distro are wrong. RE: IPTV plugin for VDR - illiac4 - 2014-03-17 Did not do anything special. I am using your repo packed by wsnipex. https://launchpad.net/~wsnipex/+archive/xbmc-fernetmenta-master So all i did was: sudo apt-get install vdr vdr-plugin-vnsiserver xbmc-pvr-vdr-vnsi Edited /etc/default/vdr Then wanted to edit /etc/vdr/vnsiserver5/allowed_hosts.conf but there was no vnsiserver5 but only vnsiserver After that i wanted to compile iptv plugin. Is there any quick tutorial for vdr that is good? RE: IPTV plugin for VDR - FernetMenta - 2014-03-17 If you want me to, I can write down the steps I do. Tomorrow. RE: IPTV plugin for VDR - illiac4 - 2014-03-18 Yes this would be nice and pin it like fritsch did with sse4 intel instalation. Tnx fernetmenta in advance. RE: IPTV plugin for VDR - FernetMenta - 2014-03-18 here we go: http://forum.xbmc.org/showthread.php?tid=189534 |