Help with config files for OScam with CD internal share

There are 8 replies in this Thread which was already clicked 1,302 times. The last Post () by master G.

  • Hello LinuxSat folk


    I could really use some help in setting up the config files for OScam. I've been reading up on the subject and tried to make some config files that I hope someone can correcting them to work.


    My setup looks like this: 4 Dreamboxes sharing 1 conax card Canal Digital internal in house.

    Dreambox 1 Main with IP 192.168.1.8

    Dreambox 2 Client with IP 192.168.1.9

    Dreambox 3 Client with IP 192.168.1.10

    Dreambox 4 Client with IP 192.168.1.11



    Questions at this stage:

    How would oscam.conf look like on a client dreambox?

    Do I need AU settings on all dreamboxes?

    What is the diffence in protocols dvbapi vs cs357x, which is better for Canal Digital?



    Huge thanks in advance for help with this!


    Regards

    Skugge


    Here is my cut and paste config files:


    Main Dreambox files


    oscam.conf


    [global]

    Nice = -1

    WaitForCards = 1

    PreferLocalCards = 1

    saveinithistory = 1

    logfile = /tmp/oscam.log

    maxlogsize = 1000


    [monitor]

    port = 988

    nocrypt = 127.0.0.1

    aulow = 120

    hideclient_to = 10

    monlevel = 4

    appendchaninfo = 1


    [webif]

    httpport = 8080

    httpuser = oscam

    httppwd = oscam

    httprefresh = 5

    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150


    [cs357x]

    port = 27550


    [dvbapi]

    enabled =1

    boxtype = dreambox

    user = localuser

    au = 1

    pmt_mode = 0


    oscam.server


    [reader]

    label = canaldigital

    enable = 1

    protocol = internal

    device = /dev/sci0

    caid = 0b00

    detect = cd

    mhz = 357

    cardmhz = 2700

    group = 1

    audisabled = 0

    emmcache = 1,3,2,0

    blockemm-unknown = 1

    blockemm-g = 1


    oscam.user


    [account]

    user = dreambox1

    pwd = password1

    description = *****

    disabled = 0

    hostname = 192.168.1.9,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    [account]

    user = dreambox2

    pwd = password2

    description = ******

    disabled = 0

    hostname = 192.168.1.10,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    [account]

    user = dreambox3

    pwd = password3

    description = *****

    disabled = 0

    hostname = 192.168.1.11,27550

    allowedprotocols = cs357x

    uniq = 1

    monlevel = 4

    group = 1

    # au = canaldigital

    caid = 0b00


    Client Dreambox file from one of 3 boxes


    oscam.conf (Edit Update)


    [global]

    Nice = -1

    WaitForCards = 1

    PreferLocalCards = 1

    saveinithistory = 1

    logfile = /tmp/oscam.log

    maxlogsize = 1000


    [monitor]

    port = 988

    nocrypt = 127.0.0.1

    aulow = 120

    hideclient_to = 10

    monlevel = 4

    appendchaninfo = 1


    [webif]

    httpport = 8080

    httpuser = oscam

    httppwd = oscam

    httprefresh = 5

    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150


    [cs357x]

    port = 27550


    [dvbapi]

    enabled =1

    boxtype = dreambox

    #user = localuser

    #au = 1

    #pmt_mode = 0


    oscam.server


    [reader]

    label = canaldigital

    enable = 1

    protocol = cs357x

    device = 192.168.1.8,27550

    user = dreambox1

    password = password1

    group = 1

    reconnecttimeout = 20

    lb_weight = 100

    Edited 2 times, last by Skugge ().

    • Official Post

    How would oscam.conf look like on a client dreambox?

    dvbapi must be enabled. Without it you wouldn`t be able to view any channels.

    Code
    [dvbapi]
    enabled =1
    boxtype = dreambox

    If you need to look at the oscam webinterface on any of the client dreamboxes you will also need to enable [webif]

    Code
    [webif]
    httpport = 8080
    httpuser = oscam
    httppwd = oscam
    httprefresh = 5
    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150


    Do I need AU settings on all dreamboxes?

    Doesn`t hurt enabling it. But having it on the dreambox that`s used the most should be enough to receive EMM`s for your card.


    What is the diffence in protocols dvbapi vs cs357x, which is better for Canal Digital?

    dvbapi isn`t a sharing protocol. Like i mentioned before its required, not optional.

    You shouldn`t notice much difference when sharing internally, regardless of which sharing protocol you use.

  • Hello Master G, Thank you so much for answering!


    I updated my post with a few # tags in the config.conf for the client.

    Is the config.conf for client the most like the settings as for the main box?


    Can you see any errors in my config settings?
    Reason I'm asking this is that my system currently running 2 dreamboxes with CCcam share, and want the transition to OScam to go a little smoother regarding downtime.


    Regards

    Skugge

  • Thanx again, sorry I don't quite follow.


    Could you please explain this a little bit more like OScam for dummy's :head banger:


    main client, you mean the files for box sharing the card?

    The 3 other boxes I see as clients, should they all have "au = canaldigital" on all 3 accounts?

    • Official Post

    main client, you mean the files for box sharing the card?

    Try these configs


    Client Dreambox config for sending EMM`s


    oscam.conf


    oscam.server

    Code
    [reader]
    label = emm client
    enable = 1
    protocol = cs357x
    device = 192.168.1.8,27550
    user = dreambox1
    password = password1
    group = 1
    au = canaldigital


    Main Dreambox files


    oscam.conf

    oscam.server


    oscam.user


    The other two client dreamboxes can use the same config as the main client that sends EMM`s. Only without the au value and change the label on the [reader] from "emm client" to "second dreambox" and "third dreambox".


  • master G

    Closed the thread.

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!