Oscam server not decoding to CCCcam client

There are 21 replies in this Thread which was already clicked 4,261 times. The last Post () by Antepenultim8.

  • Hi,

    I have configured a oscam server that connect itself to several external ccccams. I want that the Oscam server serves to my home devices via CCCcam.


    I already configured the "connections" and I the oscam server connects correctly to the external CCCcams, and my internal devices connects to the oscam server via CCCcam also correctly.....But the channels are not decoded on the devices, nothing is displayed on the TVs........


    Here's my config:

    ==oscam.conf==


    [global]

    logfile = /var/log/oscam/oscam.log

    nice = -1

    preferlocalcards = 1



    [cccam]

    port = 12100

    version = 2.3.2

    reshare = 3

    reshare_mode = 1

    updateinterval = 200

    keepconnected = 1



    [dvbapi]

    enabled = 1

    au = 1

    pmt_mode = 0

    delayer = 60

    user = dvbapiau

    boxtype = dreambox




    [monitor]

    port = 988

    nocrypt = 127.0.0.1

    monlevel = 4



    [webif]

    httpport = 8736

    httpuser = root

    httppwd = WEBPASS

    httphideidleclients = 0

    httpallowed = 0.0.0.0-255.255.255.255




    ==oscam.server==


    [reader]

    label=cccam_server

    enable=1

    protocol=cccam

    device=XXXXX,26681

    user=userCCCAM

    password=488115

    cccversion=2.3.2

    group=1

    inactivitytimeout=1

    reconnecttimeout=30

    lb_weight=100

    cccmaxhops=10

    ccckeepalive=1

    cccwantemu=0




    [reader]

    label=cccam_server2

    enable=1

    protocol=cccam

    device=XXXXX,26581

    user=userCCCAM

    password=488115

    cccversion=2.3.2

    group=2

    inactivitytimeout=1

    reconnecttimeout=30

    lb_weight=100

    cccmaxhops=10

    ccckeepalive=1

    cccwantemu=0




    ==oscam.user==

    [account]

    user = 91816554

    pwd = 488115

    monlevel = 4

    group = 1,2

    allowedprotocols = cccam

    cccmaxhops = 4

    keepalive = 1


    [account]

    user = dvbapiau

    keepalive = 1

    monlevel = 4

    au = 1

    group = 1,2



    on my clients the CCCam is :

    C: XXXXXX 12100 91816554 488115


    No errors are shown. Either in webif or in server logs.


    What I'm missing?

    Thanks in advance

  • Oscam Webif - LiveLog does not display any information about the decoding problem ? If it shows, then what exactly ? Check the LOG for what's going on there. If you do not know what to do with LOG information, show it here (empty any IP addresses, passwords, etc.).

    I do not see any error on the logs....

    Here they are:

    2019/10/23 19:23:06 3B2B5E0D p (reader) XXXXXX: resolved ip=XXXXXX

    2019/10/23 19:23:06 3B2B5E0D p (reader) cccam_server [cccam] connecting to XXXXXX:26781

    2019/10/23 19:23:07 1AF1FB93 p (reader) XXXXXX: resolved ip=XXXXXX

    2019/10/23 19:23:07 1AF1FB93 p (reader) cccam_server2 [cccam] connecting to XXXXXX:27681

    2019/10/23 19:23:07 5EB3F8C6 p (reader) XXXXXX: resolved ip=XXXXXX

    2019/10/23 19:23:07 5EB3F8C6 p (reader) cccam_server [cccam] connecting to XXXXXX:26681

    2019/10/23 19:23:07 78CFD575 p (reader) cccam_server2 [cccam] proxy initialized, server XXXXXX:27681

    2019/10/23 19:23:07 00000000 s (main) init for all local cards done

    2019/10/23 19:23:07 00000000 s (emmcache) loading emmcache disabled since no reader is using it!

    2019/10/23 19:23:07 00000000 s (emmcache) loading emmstats disabled since no reader is using it!

    2019/10/23 19:23:07 5EB3F8C6 p (reader) cccam_server [cccam] proxy initialized, server XXXXXX:26681

    2019/10/23 19:23:07 1AF1FB93 p (reader) cccam_server [cccam] proxy initialized, server XXXXXX:27681

    2019/10/23 19:23:17 2D16F622 c (client) encrypted cccam-client XXXX granted (91816554, au=auto (7 reader))

    2019/10/23 19:23:58 2D16F622 c (client) 91816554 disconnected from XXXXX

    2019/10/23 19:24:10 372375D4 c (client) encrypted cccam-client XXXXX granted (91816554, au=auto (7 reader))

  • I do not see requests for channel decoding (ECM). Are your clients working properly ?


    Cccam versions are set correctly ? Try other versions of the protocol. For example, try the 2.1.3 version or 2.0.11. However, I recommend that you remove this limitation of the cccam versions, to find communication errors.

    http://www.streamboard.tv/wiki…Config/oscam.conf#version

  • I do not see requests for channel decoding (ECM). Are your clients working properly ?


    Cccam versions are set correctly ? Try other versions of the protocol. For example, try the 2.1.3 version or 2.0.11. However, I recommend that you remove this limitation of the cccam versions, to find communication errors.

    http://www.streamboard.tv/wiki…Config/oscam.conf#version

    My client version is 2.3.2 . I changed server version to 2.1.3 and 2.0.11 on changes. Also no ECM request appears on the logs..

  • Your cline is C: XXXXXX 12100 9181.... 488.... ( IP ADRESS , PORT, USER, PASSWORD)

    In my case after CCCam to Oscam convert is in oscam.server


    Label = your XXXXXX

    enable = 1

    protocol = cccam

    device = your XXXXXX , PORT

    user = 9181...

    password = 488....


    The rest in oscam.server is a same config . In oscam user is enough dvbapi account. Did you have CCCam.cfg file in /etc folder.

    You cannot change client version of CCCam, you get it after converting your cline to oscam.

  • change this


    [account]

    user = 91816554

    pwd = 488115

    monlevel = 4

    group = 1,2

    allowedprotocols = cccam

    cccmaxhops = 4

    keepalive = 1


    to this


    [account]

    user = 91816554

    pwd = 488115

    group = 1,2

    parabéns cr7 & moliveira88

    Μπρέντφορντ Φ.Σ

    RIP Vangelis Papathanassiou

  • use newcamd


    in config


    [newcamd]

    port = 2153@1810:000000;2154@1803:000000

    key = 0102030405060708091011121314

    keepalive = 1


    change caid to what you want to use

    and

    user



    [account]

    user = user

    pwd = pass

    caid = 1810

    group = 1

    cccreshare = 2


    in cccam

    N: oscam ip 2153 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256


    then use cccam to distrubute to others

    parabéns cr7 & moliveira88

    Μπρέντφορντ Φ.Σ

    RIP Vangelis Papathanassiou

  • do not use hostname inside your network ie home


    it not a good idea

    allways use ip of box or linux server


    and never use the same port twice withen that network

    i would also never use same user pass withen that too

    parabéns cr7 & moliveira88

    Μπρέντφορντ Φ.Σ

    RIP Vangelis Papathanassiou

  • With that settings worked!!

    But how can I make with simple C: lines? One of my devices is quite old and do not accept N lines...


    What is this caid = 1810 setting, any equivalent in C lines?

  • answer this


    what do you want to watch in a room with 1 device

    that will use CCcam

    what sat is it pointed at


    you cant have all 3 of them motorised

    parabéns cr7 & moliveira88

    Μπρέντφορντ Φ.Σ

    RIP Vangelis Papathanassiou

OSCam Support Forum

Configs, discussion, downloads and guides for OSCam Softcam.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!