Wednesday, June 22, 2011

How to connect oscam with cccam?

You need N line. It looks like this:
N: 127.0.0.1 20000 dummy dummy 01 02 03 04 05 06 07 08 09 10 11 12 13 14
In oscam.conf file you need to have these lines:
[newcamd]
key = 0102030405060708091011121314
port = 34000@1830:003411
Key line is always the same. Port line is always different, it depends on card that you have. Port number (34000) can be anything. Its your choice.
Oscam.user file is also important. Look for these lines:
user = user
pwd = pass
You can choose password and username yourself.
And with all this info we can make N line:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Now we can add this N line to cccam.cfg and thats it. Oscam is now connected to cccam. We can also add 256 to the end of N line. With this trick cccam see our oscam card as local. This trick doesnt work with 2.1.4 cccam version.

No comments:

Post a Comment