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

Oscam (reader) problems?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • 0380
    Newbie
    • Apr 2013
    • 5

    Oscam (reader) problems?

    I use an old Oscam 1.20-unstable_svn# built 5983 together with CCcam 2.1.3. Smargo is reading my 093E card, opens at 345-348 ms. I have a c-line from my brother that I want to share with my bedroom box, but here I get problems. It opens really slowly, both at my Vu+ Duo and my DM600. Plz check my config files and see if you find so,mething strange....

    # oscam.conf generated automatically by Streamboard OSCAM 1.20-unstable_svn build #5985
    # Read more: http://streamboard.gmc.to/svn/oscam/...oscam.conf.txt

    [global]
    serverip = 127.0.0.1
    logfile = /var/log/oscam.log
    clienttimeout = 5
    cachedelay = 120
    nice = -1
    maxlogsize = 500
    preferlocalcards = 1
    saveinithistory = 1
    lb_mode = 1

    [monitor]
    hideclient_to = 15
    appendchaninfo = 0

    [newcamd]
    port = ***12@093E:000000;***13@0B00:000000
    key = 0102030405060708091011121314

    #[cccam]
    #port = 12000
    #reshare = 2
    #ignorereshare = 1
    #version = 2.1.3
    #nodeid =
    #reshare_mode = 3 Do I need to activate cccam?

    [webif]
    httpport = 30xx
    httpuser = ***
    httppwd = ***xx
    httprefresh = 10
    httpallowed = 127.0.0.1,192.168.1.1-192.168.1.150



    [reader]
    label = smargo
    protocol = mouse
    device = /dev/ttyUSB0
    caid = 093E
    boxid = 0D101615 faked
    detect = cd
    mhz = 357
    cardmhz = 357
    ident = 093E:000000
    group = 1
    emmcache = 1,3,2
    blockemm-unknown = 1
    blockemm-g = 1
    lb_weight = 101


    [reader]
    label = remote
    protocol = cccam
    device = ******.no-ip.biz,***xx
    user = ******
    password = ************xx
    inactivitytimeout = 1
    caid = 0B00,093E
    ident = 093E:000000;0B00:000000
    group = 2
    emmcache = 1,3,2
    #blockemm-unknown = 1
    #blockemm-g = 1
    cccmaxhops = 2
    cccversion = 2.1.1
    ccckeepalive = 1
    cccreshare = 2


    [account]
    user = VuDuo
    pwd = pass
    group = 1,2
    monlevel = 4
    au = Smargo
    cccreshare = 2
    cccignorereshare = 1

    [account]
    user = user #bedroom
    pwd = pass
    group = 1,2
    au = 1

    In my VuDuo box I have CCcam config F-line for bedroom box, only user and pass and connecting to Oscam with

    N: 127.0.0.1 10000 VuDuo ***12 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256
    N: 127.0.0.1 10001 VuDuo ***13 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

  • luk4asz
    Experienced Board Member
    • Feb 2011
    • 613

    #2
    Re: Oscam (reader) problems?

    Try with CCcam protocol

    Originally posted by 0380
    [cccam]
    port = 12000
    reshare = 2
    ignorereshare = 1
    version = 2.1.3
    nodeid =
    reshare_mode = 3
    In VuDuo use cline.

    Comment

    • 0380
      Newbie
      • Apr 2013
      • 5

      #3
      Re: Oscam (reader) problems?

      if you are using port 12000 in your cccam config as well,whilst the cccam protocol is enabled you will be trying to log into your peers servers twice.

      only re enable the cccam protocol when you eventually move over to oscam dvbapi alone,which im sure you will do in the end.
      I found this...
      Shall I use same portnumber or different one in my CCcamconfig file?

      Comment

      • luk4asz
        Experienced Board Member
        • Feb 2011
        • 613

        #4
        Re: Oscam (reader) problems?

        Client (VuDuo) does not have to open a port. Just open the port on the server (oscam). All CCcam client connect to the same port eg. 12000.

        Comment

        • tedy58
          Newbie
          • Dec 2012
          • 2

          #5
          Re: Oscam (reader) problems?

          @0380

          Make this in the global section of oscam.conf

          Code:
          [global]
          serverip = [COLOR="Red"]0.0.0.0[/COLOR]
          logfile = /var/log/oscam.log
          clienttimeout = 5
          cachedelay = 120
          nice = -1
          maxlogsize = 500
          preferlocalcards = 1
          saveinithistory = 1
          lb_mode = 1

          Comment

          Working...