Forums » Descrambling »
Multiple CAID
Added by David Hewings over 11 years ago
Hi
Could someone please help me.
Let me first explain my setup.
I have a Vu+ receiver working as a cccam server. I have 3 sub cards, each with different CAID's.
I would like to be able to use these in TVHeadend.
I have setup oscam, which works for 1 CAID (Sly UK - 09*3)
I dont have any idea how I can use it for multiple CAID's, I have been told each would need a different port, but not sure how I go about this, and how this will affect my viewing (if it needs to change ports?)
Below is my current configuration:
oscam.conf
[global] usrfile = /var/log/oscam/oscamuser.log logfile = /var/log/oscam/oscam.log cwlogdir = /var/log/oscam/cw nice = -1 [monitor] port = 988 aulow = 120 hideclient_to = 15 monlevel = 1 appendchaninfo = 0 [newcamd] # 0963 is the CAID for Sky UK, and 000000 means all channels port = 34000@0963:000000 serverip = 127.0.0.1 key = 0102030405060708091011121314 keepalive = 1 [webif] #port for frontend in webbrowser httpport = 8989 httprefresh = 5 #ip's for web access httpallowed = 255.255.255.255,255.255.255.255,127.0.0.1,192.168.1.0-192.168.1.255,192.168.0.0-192.168.0.255,192.168.10.0-192.168.10.255 [anticasc] enabled = 1 numusers = 4 samples = 5 penalty = 1 aclogfile = /var/log/oscam/aclog.log denysamples = 4
oscam.server
# oscam.server generated automatically by Streamboard OSCAM 1.10rc-svn build #6089 # Read more: http://streamboard.gmc.to/svn/oscam/trun...server.txt [reader] label = newcamd_link protocol = newcamd device = 127.0.0.1,34000 key = 0102030405060708091011121314 user = **** password = **** fallback = 1 caid = 096=*3 group = 1 [reader] label = sky_uk protocol = cccam device = 192.168.0.***,***** user = **** password = **** pincode = 0000 reconnecttimeout = 10 caid = 09*3 ident = 09*3:000000 group = 1,2 emmcache = 1,3,2 cccversion = 2.2.1 ccckeepalive = 1
oscam.user
# oscam.user generated automatically by Streamboard OSCAM 1.10rc-svn build #6089 # Read more: http://streamboard.gmc.to/svn/oscam/trun...m.user.txt [account] user = **** pwd = **** group = 1 uniq = 1 au = newcamd_link caid = 09*3 ident = 09*3:000000 numusers = 1 penalty = 1
Many thanks to anyone who can help.
Kindest Regards
Digga
Replies (1)
RE: Multiple CAID - Added by Rebel Yell over 11 years ago
Hello there,
you're right, each CAID requires a separate port.
The format is:
port[{DES key}]@CAID[:ident][,ident]...[;port[{DES key}]@CAID[:ident][,ident]...]...
Example:
port = 15000@1234:000000 # (CAID 1234 connected with port 15000)
port = 15000@1234:000000;15001@5678:000000 # (CAID 1234 connected with port 15000. CAID 5678 with port 15001)
Default:
port = port@caid:ident