Results 1 to 16 of 16

Thread: Reading from Cccam with Oscam

  1. #1
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default Reading from Cccam with Oscam

    I have a Fax card, i am watching it on dm800 with oscam in one room and sharing it to the other room to my dm7020 it is reading with cccam ( i got no problem on this, it is fine)
    But i have UPI card in dm 7020 i want to share it to dm800 which the Oscam must read it from the cccam. ( all in my LAN)

    I added oscam server in my oscam config,

    [reader]
    label = remote
    protocol = cccam
    device = 192.168.0.101,12000
    account = oscam,john
    group = 5
    cccversion = 2.1.4
    cccbuild = 3598
    caid = XXX
    emmcache = 1,3,2

    also i add F: oscam,john to my cccam.cfg
    I can`t read from cccam(7020), my UPI card with oscam(800)....

    What am i missing on this oscam server ?
    thanks advance
    Last edited by MR-MIXER; 08-06-11 at 12:41 PM.
    If it is working ,do not touch it



Look Here ->
  • #2
    Senior Member nfnovice's Avatar
    Join Date
    Jan 2008
    Posts
    1,430
    Thanks
    261
    Thanked 336 Times in 213 Posts
    Rep Power
    281
    Reputation
    1840

    Default

    I would tend to run oscam on the dm800 like you do now - dont use dvbapi in oscam run CCcam client on the dm800 - it should client nicely just the same as your 7020 does
    but the CCcam client on your dm800 should be able to client nicely from the dm7020 server .. That how I achieve a few things here
    Dm500, DM5620, DM600 x2, DM7000 x1, DM7020, DM7025, DM800, VU+DUO and a partridge in a pear tree
    All it takes for evil to prevail is for good men to do nothing

  • #3
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    Thanks nfnovice,
    "CCcam client on the dm800 "
    Thats what i am trying to do..
    So far i am not successful.
    If it is working ,do not touch it

  • #4
    Senior Member CoopsOz's Avatar
    Join Date
    Mar 2008
    Location
    Canberra
    Posts
    819
    Thanks
    94
    Thanked 99 Times in 57 Posts
    Rep Power
    235
    Reputation
    607

    Default

    Try this and see how you go.

    Add newcamd to your oscam.conf on the 7020
    Code:
    [newcamd]
    port                          = 12500@0629:000000
    key                           = 0102030405060708091011121314
    Add user details to user.conf
    Code:
    [account]
    user                          = oscam
    pwd                           = john
    group                         = 1
    monlevel                      = 4
    au                            = 1
    caid                          = 0629
    ident                         = 0629:000000
    keepalive                     =

    And then connect with CCCam via an N line on your DM800

    Code:
    N: ip.of.your.dreambox 12500 oscam john 01 02 03 04 05 06 07 08 09 10 11 12 13 14
    Last edited by CoopsOz; 08-06-11 at 06:51 PM.

  • #5
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    Thanks CoopsOz,
    Sorry for late respond,
    I am connecting to my Cccam with N line there is no problem. But I can not connect to Cccam with my Oscam.
    The setting you write i have it in my Oscam.cfg for FAX card.It is all good, Oscam reads the card and share it to my CCcam .

    I can not share my UPI card from CCcam to oscam. I am reading UPI card with Cccam
    Last edited by MR-MIXER; 09-06-11 at 01:47 AM.
    If it is working ,do not touch it

  • #6
    Junior Member
    Join Date
    May 2011
    Posts
    26
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Rep Power
    158
    Reputation
    88

    Default

    I would try
    group = 1,2,3,4,5 to make sure the reader is used by all groups. Sometimes when the group is not correct reader will be rejected.

    And also enable dvbapi. Coz in my case, that was the only way I got OSCAM to work as a client.

    Have a look at the Webif status log to get more hints on what's wrong.
    DM500S, Gemini 4.2, OpenBoxS9

  • #7
    Senior Member nfnovice's Avatar
    Join Date
    Jan 2008
    Posts
    1,430
    Thanks
    261
    Thanked 336 Times in 213 Posts
    Rep Power
    281
    Reputation
    1840

    Default

    what I said mate is use CCcam as the client .. not use oscam emulating CCcam as the client.
    Oscam - server
    CCcam binary as the client
    Dm500, DM5620, DM600 x2, DM7000 x1, DM7020, DM7025, DM800, VU+DUO and a partridge in a pear tree
    All it takes for evil to prevail is for good men to do nothing

  • #8
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    Oscam Server conf
    SERVER FILE
    [reader]
    label = remote
    protocol = mouse
    device = dream.ip,12500
    emmcache = 1,3,2
    group = 1
    caid = 062x


    Cccam client :
    N: ip.of.my800.dreambox 12500 oscam john 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    Oscam conf:
    [cccam]
    port = 12500
    reshare = 3
    version = 2.1.4

    user.cfg:
    [account]
    user = oscam
    pwd = john
    group = 1
    monlevel = 4
    au = 1
    caid = 062x
    ident = 062x:000000
    keepalive =

    What am I doing wrong here?
    Last edited by MR-MIXER; 09-06-11 at 12:37 PM. Reason: user.cfg
    If it is working ,do not touch it

  • #9
    Senior Member gado's Avatar
    Join Date
    Jan 2008
    Posts
    880
    Thanks
    21
    Thanked 96 Times in 73 Posts
    Rep Power
    234
    Reputation
    356

    Default

    Looks like you are trying to setup a proxy reader to connect you dm800 to you other box with a C line. If thats the case

    [reader]
    label = remote
    protocol = username
    device = dream.ip,12500
    password= ???????
    emmcache = 1,3,2
    group = 1
    caid = 062x
    cccamversion = 2.1.??
    cccammaxhops = 5
    ccckeepalive= 1

    The part below is if you want to allow C lines into your oscam server on 12500.
    I think just want to use access to the dm800 with N lines and get your C line card via a proxy reader. So you would be able to access the proxy cards via N line and the proxy is just a remote reader right. ..

    [cccam]
    port = 12500
    reshare = 3
    version = 2.1.4
    DM500s Black with rear on/off switch $99 inc post , DM800 sim 82 $250 inc post, DM800SE $310 inc

  • #10
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    All I want, dm800 with Oscam to read my UPI card in dm7020 (dm 7020 reading UPI card in slot1)
    I can share Fax card to Oscam server CCcam client no problem.
    But I can not share my UPI card ( in dm7020) cccam server Oscam (dm800) client
    my Oscam Server CCcam client succesful reading setup is;

    [newcamd]
    port = 15000@090x:000000
    key = 0102030405060708091011121314
    allowed =
    keepalive = 1

    [reader]
    label = card1
    protocol = internal
    Detect = none
    device = /dev/sci0
    group = 1
    emmcache = 1,1,2
    caid = 090x

    [account]
    user = user
    pwd = pass
    disabled = 0
    expdate =
    group = 1
    hostname =
    uniq = 0
    sleep = 0
    monlevel = 2
    au = card1
    services =
    caid =
    betatunnel =
    ident =
    keepalive = 1
    numusers = 0
    penalty = 0

    and
    CCcam.cfg is;

    N: ip.of.my.dreambox(dm800) 15000 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14

    this reading is successful...Cccam reads with N line
    BUT..
    I can not read the card in dm7020 Cccam with dm800 Oscam
    If I use Cccam as a server

    in Cccam.cfg
    F: user2 pass2
    Oscam server:
    [reader]
    label = remote
    protocol = cccam
    device = 192.168.0.101,12000
    account = user2 pass2
    group = 5
    cccversion = 2.1.4
    cccbuild = 3598
    caid = 62X
    emmcache = 1,3,2

    and oscam.cfg:

    port = 12000
    reshare = 3
    version = 2.1.4


    But it doesnt read,
    Last edited by MR-MIXER; 09-06-11 at 02:35 PM.
    If it is working ,do not touch it

  • #11
    Junior Member
    Join Date
    May 2011
    Posts
    26
    Thanks
    6
    Thanked 2 Times in 2 Posts
    Rep Power
    158
    Reputation
    88

    Default

    Hi Mr Mixer,

    Code:
    F: user2 pass2 
    Oscam server:
    [reader]
    label = remote
    protocol = cccam
    device = 192.168.0.101,12000
    account = user2 pass2
    group = 5      <<---- WHY GROUP 5
    cccversion = 2.1.4   
    cccbuild = 3598
    caid = 62X
    emmcache = 1,3,2
    Not sure if it is relevant but why use group=5?
    It is also possible that OSCAM cannot read directly from CCcam, because if you think about it, CCcam does not have the concept of "groups", so maybe putting group=N in OSCAM is irrelevant.
    DM500S, Gemini 4.2, OpenBoxS9

  • #12
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    577 p 4 remote 0 0 192.168.0.xxx 12000 cccam 01.01.00 01:00:56 (online 4178d 14:59:30 )0000:0000 ( idle 4178d 14:59:30) OK

    573 l 0 root 0 0 127.0.0.1 0 logger 01.01.00 01:00:56 ( 4178d 15:03:02) 0000:0000 ( 4178d 15:03:02) OK

    Cccam logging but same time idle .. Status is OK
    I couldn`t fix this idle problem
    Last edited by MR-MIXER; 11-06-11 at 02:17 AM.
    If it is working ,do not touch it

  • #13
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    Any suggested settings, reading from CCcam with Oscam 0.99.4svn build # 1765 pl9 in my LAN ?
    Last edited by MR-MIXER; 17-06-11 at 03:16 PM.
    If it is working ,do not touch it

  • #14
    Junior Member
    Join Date
    Jul 2008
    Posts
    15
    Thanks
    19
    Thanked 2 Times in 1 Post
    Rep Power
    0
    Reputation
    20

    Wink

    Hi Mr Mixer,

    i wish i were you then it would be easy for me to get my cards working without any problem to shared in 3 box's.

    will I'm not sure if you have got it to work or not? but i can help to post my config files for you so all you need is to change the user-name & password, caid, ports and ip's...

    i have same setup but 3 box, will as long as your card caid isn't 0604 (Aus#r is ok)then it's ok to work with fox card together.
    so you will get oscam runing in dm800 to feed your dm7020 to reed upi and also remotely reed you fox card from dm7020 and feed it to your dm800 CCcam client with newcamed protocol.

    ################################################## #############################

    oscam.conf (server) -- (dm800)

    [global]
    serverip = 127.0.0.1 ### your dm800 ip ###
    usrfile = /var/log/oscamuser.log
    logfile = /var/log/oscam.log
    bindwait = 20
    nice = -1

    [newcamd]
    port = 10000@060x:000000;10001@090x:000000 ### make sure each cart have its own port like 10000 for upi and 10001 for fox ###
    serverip = 127.0.0.1 ### your dm800 ip ###
    key = 0102030405060708091011121314
    allowed =
    keepalive = 1
    mgclient = 1

    [cccam]
    port = 12000 ### CCcam section it's impotent and the port ###
    reshare = 5
    ignorereshare = 0
    version = 2.2.1
    updateinterval = 240
    minimizecards = 0
    keepconnected = 1

    [webif]
    httpport = 8888
    httpuser = xxxxx
    httppwd = xxxxx
    httprefresh = 3
    httpallowed = 127.0.0.1,10.1.1.0-10.1.255.255 ### dm800 ip & the ip range for your dm800 ###
    httphideidleclients = 1
    httpreadonly = 0
    httpsavefullcfg = 0

    ################################################## #############################

    oscam.server (server) -- (dm800)

    [reader]
    label = upi
    enable = 1
    protocol = internal
    device = /dev/sci0
    services = upi
    force_irdeto = 1
    boxkey = 1122334455667788
    detect = cd
    mhz = 600
    cardmhz = 600
    caid = 060x
    ident = 060x:000000
    group = 1 ### group 1 for upi card with port 10000 ###
    emmcache = 1,3,2
    lb_weight = 100


    [reader]
    label = remote
    enable = 1
    protocol = cccam
    device = xxx.xxx.xxx.xxx,12000 ### your dm7020 ip but keep the port unless you set up different port in your oscam config and your dm7020 server listen port must be the same so the defult is 12000 ###
    account = oscamserver
    password = oscamserver
    services = fox
    inactivitytimeout = 1
    reconnecttimeout = 30
    fallback = 1
    caid = 090x
    ident = 090x:000000
    group = 2 ### group 2 for fox card with port 10001 ###
    emmcache = 1,3,2
    lb_weight = 100
    cccversion = 2.2.1
    cccmaxhops = 3
    cccwantemu = 1
    ccckeepalive = 1




    ################################################## #############################

    oscam.user (server) -- (dm800)


    [account]
    user = oscam10000
    pwd = oscam10000
    group = 1
    monlevel = 4
    au = upi
    services = upi
    caid = 060x
    ident = 060x:000000

    [account]
    user = oscam10001
    pwd = oscam10001
    group = 2
    monlevel = 4
    au = remote
    services = fox
    caid = 090x
    ident = 090x:000000


    [account]
    user = dm7020
    pwd = dm7020
    group = 1
    monlevel = 4
    services = upi
    caid = 060x
    ident = 060x:000000
    cccreshare = 0

    ################################################## #############################


    CCcam config (server) -- (dm800)


    N: 127.0.0.1 10000 oscam10000 oscam10000 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ### your dm800 ip ###

    N: 127.0.0.1 10001 oscam10001 oscam10001 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ### your dm800 ip ###


    ################################################## #############################


    CCcam config ( clinet )-- (dm7020)


    F: oscamserver oscamserver 5 1 1 { 060x:000000, }

    N: xxx.xxx.xxx.xxx 10000 dm7020 dm7020 01 02 03 04 05 06 07 08 09 10 11 12 13 14 ### put your dm800 ip ###

    ################################################## #############################

    Ok with this i assume you have upi card in your dm800 runing oscam as server and CCcam as emmu and have yor fox card on your dm7020 and it's runing CCcam as emmu and server.

    Please if you have any problem post a logo to check it for you.

    i have 3 box runing with same setup and it's all ok.
    Last edited by aalyasseri; 05-07-11 at 07:01 AM.

  • The Following 2 Users Say Thank You to aalyasseri For This Useful Post:

    CoopsOz (27-07-11),MR-MIXER (27-07-11)

  • #15
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    Thanks aalyasseri,
    appreciate,
    I was away , i ll try your settings as soon as i can and report it here.
    If it is working ,do not touch it

  • #16
    Member MR-MIXER's Avatar
    Join Date
    May 2008
    Location
    Melbourne
    Posts
    284
    Thanks
    21
    Thanked 40 Times in 16 Posts
    Rep Power
    204
    Reputation
    99

    Default

    All good now , Thanks aalyasseri,
    your setup is good.
    If it is working ,do not touch it

  • Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •