Forums » Tutorial and setups »
How to set capmt Connections to work with cccam
Added by ovidiu marius about 13 years ago
Here you will find how to set campt to work with cccam (camd.socket from cccam) !
1 - in CCcam.cfg you need to have DVB API: 3
2 - you need to build cccam_ca.so
3 - copy cccam_ca.so to /usr/local/lib and give it 755 attribute
4 - start cccam with this command line : LD_PRELOAD=/usr/local/lib/cccam_ca.so /usr/local/bin/cccam
5 - in tvheadend/configuration/capmt Connections : check enable, /tmp/camd.socket at Camd.socket Filename, Port 9000
All the files you need (cccam_ca.so and script for start cccam) is on attachment.
Very important : For good work first you need to start cccam and second start tvheadend.
cccam_ca.so (8.62 KB) cccam_ca.so | cccam_ca.so | ||
cccam.sh (407 Bytes) cccam.sh | script for start cccam |
Replies (8)
RE: How to set capmt Connections to work with cccam - Added by Hein Rigolo about 13 years ago
thanks for this tutorial. This will work with tvheadend versions upto at least 2.12.
However this might change in future releases of tvheadend. The capmt code is no longer maintained and is scheduled to be removed from tvheadend in the near future. We recommend that you use a cardserver that can communicate with tvheadend via the newcamd protocol. OScam is a good opensource cardserver that is works well in combination with tvheadend.
Hein.
RE: How to set capmt Connections to work with cccam - Added by ovidiu marius about 13 years ago
For the moment works very good with bouth N and camd.socket simultaneously.
Its very bad because new version of tvheadend will not have support for capmt, this capmt transform pc in linux receiver, cccam work like on linux receiver with dvb api : 3 and capmt connections.
Any settings we make oscam will not handle C lines like original cccam (I know this because I use mpcs for years and oscam also), for cardservers (N lines) we need more work/time to got this lines, as I say the best solution is to use capmt with camd.socket simultaneously with N lines for some channels (where we have good lines).
Ex: I have 2 oscam servers on my server, 1 multics server and 1 cccam server, so in tvheadend I use camd.socket from big cccam server and few very good N lines from oscam & multics, all works perfect/stable and channels open very quickly.
RE: How to set capmt Connections to work with cccam - Added by ovidiu marius about 13 years ago
I install today tvheadend + tt 3650 on Router Station Pro and work perfect :
RE: How to set capmt Connections to work with cccam - Added by Ernesto Manoni almost 12 years ago
Hi, in my ubuntu 12.10 when run cccam.sh return this error:
ERROR: ld.so: object 'cccam_ca.so' from LD_PRELOAD cannot be preloaded: ignored
I think because is 64bit system... can you help me?
Thanks
RE: How to set capmt Connections to work with cccam - Added by István Tánczos over 11 years ago
The CCcam PRELOAD only works upto cccam 2.1.2. Newer versions don't work anymore.
RE: How to set capmt Connections to work with cccam - Added by Enrico Milan over 11 years ago
I'm a newbie... and I don't known Linux.
I have Raspberry with Xbian and TvHeadend. Now I want install cccam service and I have a line.
What's the guide to install CCcam PRELOAD in RaspBerry? I think before Step 1 in this guide I must install CCcam service in Raspberry... but I don't found no guide in internet.
Please help me!
Thanks.
RE: How to set capmt Connections to work with cccam - Added by Naw 42 over 11 years ago
h1. *how to build cccam_ca.so ubuntu*
sudo hg clone http://85.17.209.13:6100/sc
cd contrib
sudo make
dir
Now you see cccam_ca.so
sudo cp cccam_ca.so /usr/local/lib
And go to the step 3/ of this tutti
Enjoy
RE: How to set capmt Connections to work with cccam - Added by hacksat hacksat almost 8 years ago
Hi, Is there a guide for tvh version 4.1-2334? thank you