Method 1
You need N line. It looks like this:
Code:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14
Code:
[newcamd]
key = 0102030405060708091011121314
port = 34000@1830:003411
CCcam port & oscam port must be two different ports.
Key line is made up of 14 pairs of numbers or letters or a mixture. Port line is always different, it depends on the card that you have.
Port number (34000) can be anything, its your choice.
You can choose password and username yourself .
And with all this info we can make N line:
Code:
N: 127.0.0.1 34000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
We can also add 256 to the end of N line. With this trick CCcam can see our oscam card as local.
This trick doesnt work with 2.1.4 or above CCcam versions.
make sure you input a user in oscam.user like this.
oscam.user
Code:
[account]
user = user
pwd = pass
group = 1
Method 2
another method of connecting oscam to CCcam is the camd3 protocol (L line) which is set like this .
with this method you get faster ecm as there are no deskeys as in the N line .
oscam.conf
Code:
[cs357x]
serverip = 192.168.0.100 #your server ip address
port = 15500
keepalive = 1
Code:
[account]
user = user
pwd = pass
group = 1
Code:
L: 192.168.0.100 15500 user pass 0963 000000 256
At the end there is the 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).
remember any changes to oscam configs take effect after restart of oscam
No comments:
Post a Comment