Wednesday, June 22, 2011

How to connect oscam to cccam using camd3 protocol (instead standard newcamd protocol)!

In oscam.conf put this:
[cs357x]
port = 15991 (choose whatever number you want)
serverip = 192.168.1.xxx (this is your server ip,)
Then open oscam.user file and put this in:
[account]
User = xxx (username that you will use in L line in cccam)
Pwd = xxx (password that you will use in L line in cccam)
Group = x (this depends on your settings in oscam.server file)
AU = xxx (this depends on your settings in oscam.server file)
Now open cccam.cfg and put this line in:
L: 192.168.1.10 port username password 0500 031000 256
First number is IP address of your server, then there is port number and username/password. At the end there is CAID number of your package and you can also optionally add 256 at the end. This means that your card will show as local in cccam :) Same trick as in newcamd (N line).
Thats it.

No comments:

Post a Comment