Hello. Is there any cccam plugin for linux or other plugins like hadu ?
Please help me.
I found vdr-plugin-sc.
Is it the appropiate plugin? nobody know?
Please help me.
I found vdr-plugin-sc.
Is it the appropiate plugin? nobody know?
Welcome to Satlover forums, full of great people, ideas and excitement.
Please register if you would like to take part. link..
Alert: Don't Use Hotmail Email Accounts for registration
Before Access to all Forums and Trial accounts you must need to activate your account Email address
apt-get install kaffeine apt-get build-dep kaffeine apt-get install g++ apt get install build-essential
COMPILER=g++34
COMPILER=g++
sh ./configure –without-arts (it did complain about arTs during the first configure and this solved it for me) make make install apt-get install gcc-4.2 So that was easy, right? If during these steps, you get any errors it might be necessary to install some necessary packages. In that case (and onley then!) do the following:
gcc-4.2 -O -fbuiltin -fomit-frame-pointer -fPIC -shared -o ca.so ca.c -ldl
cd /var mkdir etc chmod 777 etc mkdir keys chmod 777 keys mkdir bin chmod 777 bin
cd /var/bin LD_PRELOAD=./ca.so ./CCcam.x86 -d Cccam is now started. Your terminal output should look something like this: CODE: 08:15:06.106 CCcam: ================================================== ==================== 08:15:06.106 CCcam: starting CCcam 2.0.9 compiled on May 20 2008@21:53:25 08:15:06.106 CCcam: ================================================== ==================== /tmp/.CCcam.nodeid open... /dev/urandom open... Closing 3 /tmp/.CCcam.nodeid open... 08:15:06.107 CCcam: online using nodeId ******************x /dev/dvb/adapter0/demux0 open... Closing 8 08:15:06.108 CCcam: dvb api3 detected 08:15:06.108 CCcam: create 1 cam device(s) /dev/dvb/adapter0/ca0 open... hijacking ca0 open... ca0 fd = 8hijacking ca0 ioctl,(8 : 7808 - 0xbff6690c): /dev/dvb/adapter0/ca1 open... 08:15:06.111 CCcam: added 871 keys from /var/keys/SoftCam.Key 08:15:06.111 CCcam: added 0 keys from /var/keys/AutoRoll.Key 08:15:06.111 CCcam: static cw not found or bad 08:15:06.111 CCcam: parsed 0 entries from /var/etc/CCcam.prio 08:15:06.111 CCcam: readProviderfile: cannot open /var/etc/CCcam.providers or not found 08:15:06.111 CCcam: readChannelList: cannot open /var/etc/CCcam.channelinfo or not found 08:15:06.112 CCcam: server started on port 12000
Comment