IPTV plugin for VDR
#1
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'
g++ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -DPLUGIN_NAME_I18N='"iptv"'  -o iptv.o iptv.c
In file included from device.h:15:0,
                 from iptv.c:13:
protocolcurl.h:11:23: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
                       ^
compilation terminated.
make: *** [iptv.o] Error 1
Reply
#2
why don't you install the missing package? On Ubuntu this should be libcurl-dev
Reply
#3
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
Searching for plugins (VDR 2.0.3/2.0.0) (cache hit): vnsiserver5.
root@Biostar:~#

Under /etc/vdr/plugins there is only folder vnsiserver and no vnsiserver5.
Reply
#4
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.
Reply
#5
Did not do anything special. I am using your repo packed by wsnipex. https://launchpad.net/~wsnipex/+archive/...nta-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?
Reply
#6
If you want me to, I can write down the steps I do. Tomorrow.
Reply
#7
Yes this would be nice and pin it like fritsch did with sse4 intel instalation.

Tnx fernetmenta in advance.
Reply
#8
here we go: http://forum.xbmc.org/showthread.php?tid=189534
Reply

Logout Mark Read Team Forum Stats Members Help
IPTV plugin for VDR0