Welcome!

Welcome to Satlover forums, full of great people, ideas and excitement.

Please register if you would like to take part. link..

Register Now

Alert: Don't Use Hotmail Email Accounts for registration

Collapse

Before Access to all Forums and Trial accounts you must need to activate your account Email address

Problem making cccam->oscam link to work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • iceman
    Newbie
    • Apr 2011
    • 4

    Problem making cccam->oscam link to work

    Hi guys! I'm having trobles making an cccam->oscam connection to work. In fact I succeeded to connect oscam to cccam (i see an active client linked in my CCcamInfoPHP) but when i try to use a N-line (CWS = ...) from oscam on my DM500s there is only a black screen.

    Maybe I must wrote more about my configuration. I have the following devices in my network:
    1. Dreambox 500s working as a client /with cccam 2.2.1, mgcamd 1.38, and OScam ymod installed/;
    2. A dedicated Debian 6 server with cccam 2.1.3 and rescent version of OScam installed and running.

    CCcam on Debian is working both as a client (reads C and N lines from my peers) and as server (shares C-lines to my peers). I want to be able to give N-lines to some of mine peers, as well as to config N-lines for my Dreambox 500s working as a client. This is because some of my cards are using Bulcrypt, so cccam is inappropriate and unusable for them as a sharing protocol.

    So, I followed a step-by-step config instructions I've found, doing this:
    1. Define an F-line in Debian 6 server's cccam.cfg which is for oscam link throug a C-line
    Code:
    F: mydbox mypass 2 0 1 { 0:0:1 } { } { }
    2. Insert all info in oscam config files as follows:
    oscam.config:
    Code:
    [global]
    serverip = 127.0.0.1
    nice = -1
    WaitForCards = 1
    ClientTimeout = 5
    CacheDelay = 120
    saveinithistory = 1
    PreferLocalCards = 1
    
    # logging
    logfile = /dev/console
    pidfile = /tmp/oscam.pid
    usrfile = /tmp/oscam-user.log
    cwlogdir = /var/log/oscam/cw
    
    # monitor
    [monitor]
    port = 988
    aulow = 120
    monlevel = 1
    
    [webif]
    httpport = ***x
    httpuser = mydbox	
    httppwd = mypass
    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.100
    
    [dvbapi]
    enabled = 1
    au = 1
    boxtype = dreambox
    user = mydbox
    pmt_mode = 1
    request_mode = 0
    
    # protocols
    [newcamd]
    port = 20001@5581:000000;20002@4AEE:000000;20003@5581:ffff00
    key = 0102030405060708091011121314
    mgclient = 1
    
    [cccam]
    port = 12000
    reshare = 3
    version = 2.1.4
    oscam.server
    Code:
    [reader]
    device                        = 127.0.0.1,12000
    inactivitytimeout             = 1
    reconnecttimeout              = 5
    label                         = Bulsatcom
    caid                          = 5581,4AEE
    protocol                      = cccam
    group                         = 1
    lb_weight                     = 100
    cccversion                    = 2.1.2
    cccmaxhops                    = 10
    cccwantemu                    = 1
    ccckeepalive                  = 1
    oscam.user
    Code:
    [account]
    user                          = mydbox
    pwd                           = mypass
    caid                          = 5581, 4aee
    au                            = Bulsatcom
    group                         = 1
    keepalive                     = 1
    cccmaxhops                    = 5
    After that I added two lines to my Dreambox's newcamd.list
    Code:
    CWS = 192.168.1.10 20001 mydbox mypass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 #mycardsrv
    CWS = 192.168.1.10 20002 mydbox mypass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 #mycardsrv
    For some reason this config didn't work. When I check with CCcamInfoPHP CCcam users connected to a CCcam server on the dedicated Debian 6 server I see that there is an active "mydbox" client connected. But when I switch my Dreambox to Mgcamd as default cam and try to watch Bulsatcom service there is nothing on screen. Also i noticed in CCcamInfoPHP that client "mydbox" didn't make any requests to the CCcam server.

    So I need your help to find out what is the problem.
    Thank you in advance.
  • mirny
    Experienced Board Member
    • Nov 2011
    • 707

    #2
    Re: Problem making cccam->oscam link to work

    you have not defined oscam as a newcamd server, you've got it setted just as a cccam server. what you need to do is just write into oscam.conf

    example:
    [newcamd]
    port = port number@caidrovid;
    key = 0102030405060708091011121314
    HD-BOX FS-9200,SkyStar HD2 USB CI, Skystar2 90Fe Motor, 85Al Multifeed

    If you like my post, or was helpful, don't be shy and press the Thanks Button.

    Comment

    Working...