1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

oscam+cccam trouble

Discussion in 'Digital TV - UK & Europe' started by Dan1985, Jul 8, 2011.

  1. Dan1985

    Dan1985 Regular member

    Joined:
    Aug 16, 2008
    Messages:
    152
    Likes Received:
    0
    Trophy Points:
    26
    hi guys having a bit of trouble setting up oscam+cccam can any1 point me in the right direction
     
  2. reswob

    reswob Regular member

    Joined:
    Mar 26, 2009
    Messages:
    505
    Likes Received:
    0
    Trophy Points:
    26
    dont know much about this myself.maybe piopat or fintannl can give you advice on this one.
     
  3. Dan1985

    Dan1985 Regular member

    Joined:
    Aug 16, 2008
    Messages:
    152
    Likes Received:
    0
    Trophy Points:
    26
    was hoping they might help
     
  4. reswob

    reswob Regular member

    Joined:
    Mar 26, 2009
    Messages:
    505
    Likes Received:
    0
    Trophy Points:
    26
    they dont seem to be around at the moment.im sure when they come back on line they will help you...
     
  5. Dan1985

    Dan1985 Regular member

    Joined:
    Aug 16, 2008
    Messages:
    152
    Likes Received:
    0
    Trophy Points:
    26
    ok well i have got my box clearing pick tv but dont no where to put my f lines for my other boxes and when i enter flines into the cccam.cfg i no longer get pick tv here are my conf files etc

    cccam.cfg
    SERVER LISTEN PORT : 12000
    ALLOW TELNETINFO: yes
    ALLOW WEBINFO: yes
    WEBINFO USERNAME :root
    WEBINFO PASSWORD :dreambox
    TELNETINFO USERNAME :root
    TELNETINFO PASSWORD :dreambox
    TELNETINFO LISTEN PORT : 16000
    WEBINFO LISTEN PORT : 16001
    ZAP OSD TIME :0
    OSD USERNAME :root
    OSD PASSWORD :dreambox
    OSD PORT :80
    SHOW TIMING : yes
    DEBUG : no
    NEWCAMD CONF : no
    #DISABLE EMM : yes
    #EXTRA EMM LEVEL : yes
    SHOW EXTENEDED CLIENT INFO : yes
    MINI OSD : no
    #MINIMUM DOWNHOPS: 1
    CHANNELINFO FILE : /var/etc/CCcam.channelinfo
    PROVIDERINFO FILE : /var/etc/CCcam.providers
    CAID PRIO FILE : /var/etc/CCcam.prio
    LOG WARNINGS : /tmp/warnings.txt
    SOFTKEY FILE : /var/keys/SoftCam.Key
    AUTOROLL FILE : /var/keys/AutoRoll.Key
    #STATIC CW FILE : /var/keys/constant.cw
    #BOXKEY: /dev/sci0
    #SMARTCARD CLOCK FREQUENCY: /dev/sci0 6800000

    N: 127.0.0.1 12001 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

    oscam.conf
    [global]
    nice = -1
    WaitForCards = 1
    logfile = stdout
    preferlocalcards = 1
    saveinithistory = 1

    [webif]
    httpport = 8888
    httpuser = admin
    httppwd = admin
    httpallowed = 192.168.0.1-192.168.1.255

    # protocols

    [newcamd]
    key = 0102030405060708091011121314
    port = 12001@0963:000000;12000@0963:000000

    oscam.server
    [reader]
    label = lower card
    enable = 1
    protocol = internal
    device = /dev/sci0
    caid = 0963:000000

    boxid =

    detect = cd
    cardmhz = 357
    # this helps the card run more smootly
    group = 1
    # Oscam has the concept of groups. Only users in group 1 can
    # use this reader. I'm only using one group.
    emmcache = 1,3,2
    ecmcache = 1
    blockemm-unknown = 1
    blockemm-g = 1
    # these ensure smooth decrypting
    lb_weight = 101
    # for load balancing - can be commented out.

    oscam user
    [account]
    user = test1
    pwd = test2
    group = 1,2
    monlevel = 0
    au = 1
    caid = 0963
     
  6. fintannl

    fintannl Regular member

    Joined:
    Feb 11, 2009
    Messages:
    1,834
    Likes Received:
    9
    Trophy Points:
    48
    do apologize. was off having a great weekend for myself :). ok dan lets start with the basics. if you run oscam on your central server you do not require either newcamd or cccam lines any longer. cccam,cfg becomes defunct as does cccam as an emulator. oscam emulates virtually all other emulators. i have being running oscam on a server with cccam clients for some time now and it works perfectly. there is much confusion in what you post.

    first flines are now put in oscam.users
    second clines are put in oscam server as is details for your local card

    so an example of how your files should look

    oscam.conf

    [global]
    nice = -1
    WaitForCards = 1
    preferlocalcards = 1
    saveinithistory = 1

    # logging

    logfile = /var/log/oscam.log
    usrfile = /var/log/oscamuser.log
    cwlogdir = /opt/oscam/cw

    # monitor

    [monitor]
    port = 988
    nocrypt = 127.0.0.1
    aulow = 120
    monlevel = 1

    [dvbapi]
    enabled = 1
    user = root
    au = 1

    # protocols

    [cccam]
    port = 12000
    reshare = 2
    ignorereshare = 0
    forward_origin_card = 0
    version = 2.2.1
    updateinterval = 240
    minimizecards = 0
    keepconnected = 1
    stealth = 0
    reshare_mode = 1


    # web interface

    [webif]
    httpport = 9000
    httpuser = xxxxxxx
    httppwd = yyyyyyyy
    httprefresh = 5
    httpallowed = 127.0.0.1,192.168.1.0-192.168.1.255


    so to your clines and your local card

    oscam.server

    first reader is the local card and next is the cline

    [reader]
    label = skyuk
    enable = 1
    protocol = internal
    device = /dev/sci0
    caid = 0963
    fix9993 = 0
    detect = cd
    mhz = 369
    cardmhz = 369
    ident = 0963:000000
    group = 8
    lb_weight = 150
    blockemm-unknown = 1
    blockemm-g = 1

    [reader]
    label = mycline
    enable = 1
    protocol = cccam
    device = whatever.dyndns.tv,12000 (fill this in as needed)
    account = username,password (fill this in as needed)
    group = 7
    cccversion = 2.1.3
    cccbuild = 3169
    cccmaxhop = 5
    blocknano = all
    blockemm-unknown = 1
    blockemm-g = 1


    note that i have set group 8 to my local card and group 7 to my cline. this is important when you are resharing to clients. so next is the clients as i can simply allow clients to see my local card or all see my cline chans also ie. the flines

    oscam.user

    [account]
    user = monitor
    pwd = monitor
    monlevel = 4


    [account]
    user = user1
    pwd = pass1
    group = 8,7 (so user gets both local card and cline channels)
    uniq = 1
    caid = 0963
    ident = 0963:000000
    au = skyuk (this client will send you emms to update your entitlements. only select one fline user to do this otherwise your card will be flooded by emms. note the au = skyuk must correspond with the line label = skyuk in oscam.server otherwise entitlement updates will not work. so make sure that the name you put after au = and label = is the same text string. when selecting the user to give entitlement updates to your server select the user who most regularly uses your local card)

    [account]
    user = user2
    pwd = pass2
    group = 8,7
    uniq = 1
    caid = 0963
    ident = 0963:000000

    last advise. if you have oscam installed on your system already then uninstall cccam. next download latest oscam binary from the ump file centre (google it). select the binary you need from the zip file you downloaded (enigma1 boxes use the ppc binary in the zip, enigma2 boxes use the mipsel binary in the zip). i currently use oscam svn5400 and it works perfectly. remember when you transfer the binary to the appropriate directory on your dreambox (please find this out for yourself) make sure to chmod the binary to 755. And then its happy times.
     
  7. Dan1985

    Dan1985 Regular member

    Joined:
    Aug 16, 2008
    Messages:
    152
    Likes Received:
    0
    Trophy Points:
    26
    thanks for your help fint am very greatful fro your your reply. just a couple of things .... will i have to change all the lines in the other boxes and will all the other boxes have to install oscam or can they still run on cccam. also the last bit of advice just confuses me but im sure i will find the answers some where thanks again ;)
     
  8. fintannl

    fintannl Regular member

    Joined:
    Feb 11, 2009
    Messages:
    1,834
    Likes Received:
    9
    Trophy Points:
    48
    all client boxes remain as is running cccam with the standard cline. the binary that you download has attributes that do not allow it to be started (executed). by default the attributes are 644. to be able to start oscam you must change the attributes to 755 to allow oscam to be able to start
     
  9. pudzyryan

    pudzyryan Regular member

    Joined:
    Sep 13, 2008
    Messages:
    293
    Likes Received:
    0
    Trophy Points:
    26
    my old m8, fintannl good to see your still helping people, im not on much lately as i work aboard everyone and again.. work is scarce.. keep up the good work.. m8.
     
  10. pudzyryan

    pudzyryan Regular member

    Joined:
    Sep 13, 2008
    Messages:
    293
    Likes Received:
    0
    Trophy Points:
    26
    my old m8, fintannl good to see your still helping people, im not on much lately as i work aboard everyone and again.. work is scarce.. keep up the good work.. m8.
     
  11. fintannl

    fintannl Regular member

    Joined:
    Feb 11, 2009
    Messages:
    1,834
    Likes Received:
    9
    Trophy Points:
    48
    tiz a hard time for many people pudzy. keep well
     

Share This Page