...
Post

Connect OScam and CCcam using Newcamd protocol

You will have to edit or create three files: oscam.conf, oscam.user and CCcam.cfg!

oscam.conf:

[newcamd]
Key = 0102030405060708091011121314
Port = 34000@0b00:000000 #this is example for MTV Unlimited or any other Conax card that have 0b00 caid!

oscam.user:

[account]
User = test
Pwd = test2
Group = x #same as in oscam.server file
AU = xxx #same as in oscam.server file

CCcam.cfg:
N: 127.0.0.1 34000 test test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

First number is IP address of your OScam server. 127.0.0.1 is used when you have CCcam and OScam on same server or receiver. If you have OScam installed somewhere else, then use regular IP (192.168.1.x). Then there is port number (34000) and username(test)/password(test2).

At the end there are a bunch of strange numbers (01 02 03 04 05 06 07 08 09 10 11 12 13 14). They are always the same, do not change them!! You can also optionally add 256 at the end of N line. This means that your card will show as local card in CCcam. This trick is quite popular these days because many cards can be read in OScam only!

Newcamd Extended protocol also exists but its not supported within OScam. This protocol is better than ordinary Newcamd, because it supports more CAIDs per port. Because of this issue, ordinary Newcamd is not very user friendly!

For discussion please visit this thread:

https://www.satnigmo.com/forum/index.php?threads/oscam-to-cccam-newcamd-protocol.542/

For other “connect” tutorials, visit these links:

Post

OScam and DVBAPI

Edit OScam.conf file and put these lines in:

[dvbapi]
enabled =1
boxtype = dreambox (this is only for dreambox/VU+/Clarke-tech or Xtrend, for other systems use oscam wiki)
user = localuser
au = 1

Open oscam.user file and add these lines:

[account]
user = localuser #this must be the same as user in oscam.conf file
pwd = localuser #this can be anything but just use username here.
group = 1
au = 1 #this means that you will be able to update ALL readers/local cards in oscam.server! If you do not want to update all readers but only 1 reader, please use: au = x where x is label of the selected reader!

Thats it 🙂

Post

Block EMMs in OScam

Source: http://www.cccamforum.com/forums/showthread.php?t=71503

Add this in oscam [reader] section (oscam.server file):

blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
blockemm-unknown = 1

With this config you block all EMMs! This is useful with Sky Italia cards and other providers that send killer EMMs. EDIT: These lines do not help anymore because Sky Italia uses unknown method of killing cards (9995 error for example).

If you want to block global and unknown EMMs (they can flood your card and it is recommended to block them) and still allow unique and shared EMMs use this:

blockemm-u = 0
blockemm-s = 0
blockemm-g = 1
blockemm-unknown = 1

Here is example for Sky Italia:

blockemm-unknown = 1
blockemm-u = 1
blockemm-s = 1
blockemm-g = 1
blocknano = all
audisabled = 1
blockemm-bylen = 183,81

Post

Connect OScam with CCcam using Camd35 protocol

You will have to edit or create three files: oscam.conf, oscam.user and CCcam.cfg!

oscam.conf:

[cs357x] #DO NOT USE [camd35] as this is obsolete in newer oscams!
port = 15991 #this is an example, you can use different numbers
serverip = 192.168.1.11 #this is your IP of your server where you have your OScam running!

oscam.user:

[account]
User = test
Pwd = test2
Group = x #same as in oscam.server file
AU = xxx #same as in oscam.server file. You can use this universal settings: AU=1

CCcam.cfg:
L: 192.168.1.11 15991 test test2 0b00 000000 256

First number is IP address of your server. In my case its 192.168.1.11, you can also use 127.0.0.1 if you have CCcam and OScam running on the same receiver or server. Then there are port number (15991) and username(test)/password(test2).

At the end there is CAID number and provider ID of your package and you can also optionally add 256. This means that your card will show as local in CCcam. Same trick as with Newcamd protocol! Pretty neat, right?

Camd35 is considered to be better than Newcamd. The biggest limitation of Newcamd is that it only support one caid per port. For every caid you need to create different port. Pretty annoying! Camd35 on the other hand support more caids per port.

For discussion please visit this thread here:

https://www.satnigmo.com/forum/index.php?threads/oscam-to-cccam-camd35-protocol.543/

For other “connect” tutorials, visit these links:

Powered by moviekillers.com.com

Seraphinite AcceleratorOptimized by Seraphinite Accelerator
Turns on site high speed to be attractive for people and search engines.