Oscam + CCcam 2.1.3
Collapse
X
-
hey rodbouy, i have the same problem as southpaw. Can get oscam to read my card but cant get it to share. Is there anyway you can help?Comment
-
surely there is an easy way for oscam to hand over to cccam , rather than basically having 2 setups , i much prefer cccam for sharing (for other reasons) so rather than config oscam to share , does anybody please have a method for oscam to read only , and then hand over to cccam ?
would be forever grateful !
Comment
-
you already have a method for oscam to read only , and then hand over to cccam
download and install oscam/cccam as one package
put the config files in var/tuxbox/config
put the N-line in cccam cfg
restart oscam via the blue button
thats it
if you have cccam info look in the server bit
and you should see 127.0.0.1 showing 1 card
if not restart oscam again
this is the basic setup to get your sly card working
oscam conf
Code:[global] nice = -1 WaitForCards = 1 logfile = stdout preferlocalcards = 1 saveinithistory = 1 [webif] httpport = 8888 httpuser = admin httppwd = admin httpallowed = 127.0.0.1,192.168.0.2-192.168.0.100,192.168.1.2-192.168.1.100,192.168.2.2-192.168.2.100 # protocols [newcamd] key = 0102030405060708091011121314 port = 12000@0963:000000;12001@0963:000000
oscam server
Code:[reader] label = slot1 protocol = internal device = /dev/sci0 blockemm-u = 0 blockemm-s = 0 blockemm-g = 1 blockemm-unknown = 1 emmcache = 1,3,2 group = 1 caid = 0963
oscam user
Code:[account] user = test1 pwd = test2 monlevel = 0 uniq = 0 group = 1,2 au = 1 caid = 0963
cccam cfg
copy and paste all the text to the named filesCode:N: 127.0.0.1 12000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
restart oscam go to pick tv and it will workLast edited by davvo; 9 May, 2011, 14:58.Comment
-
basing on local only here.
Now say you have 1 box reading card with oscam and 2 other in home.
now the 2 clients in the house would have clines in their cfg file.
The oscam box would have the user pass in oscam.user and the CCcam protocol enable in oscam.conf
i dont see the point in using one to read and pass to another to share it out.
I would only use the cfg for incomingLast edited by Rodbouy; 9 May, 2011, 14:57.Comment
-
thanks for your help lads , much appreciated , i did do as davvo says , whilst picktv cleared with local box , my other units at hop1 couldnt open any packages/channels .
i must be overlooking something here , will have another go at it tomorrow when nobody watchin tv
best wishes
Comment
-
but by adding this N-line to my Cccam.cfgbasing on local only here.
Now say you have 1 box reading card with oscam and 2 other in home.
now the 2 clients in the house would have clines in their cfg file.
The oscam box would have the user pass in oscam.user and the CCcam protocol enable in oscam.conf
i dont see the point in using one to read and pass to another to share it out.
I would only use the cfg for incoming
N: 127.0.0.1 12000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
i shouldnt need to enter all users in oscam.users list ?
Comment
-
if you dont add the N-line in cccam cfg
oscam wont talk to cccam
adding more users to the oscam user file
is just for when you are using oscam on its own
you onlly need this in the oscam user file
[account]
user = test1
pwd = test2
monlevel = 0
uniq = 0
group = 1,2
au = 1
caid = 0963
once you got it working with cccam
then have a play with oscam on its ownLast edited by davvo; 9 May, 2011, 15:14.Comment
-
with cccam protocol enabled in oscam conf, what is the correct text used in text editor?
would be grateful if you could post a copyComment
-
if i'm using oscam own its on and want to share locally to another box, what would i input in oscam.user?
at the minute my c:line is C: 192.168.x.x share1 bedroom1
with no share restrictions or no other restrictions, how would i convert this c:line into an oscam share in oscam.user?Last edited by seanmckeown; 9 May, 2011, 15:20.Comment
-
[account]if i'm using oscam on its on and want to share locally to another box, what would i input in oscam.user?
at the minute my c:line is C: 192.168.x.x share1 bedroom1
with no share restrictions or no other restrictions, how would i convert this c:line into an oscam share in oscam.user?
user = share1
pwd = bedroom1
there is other features you can add to this etc au and other stuff.Comment
Comment