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

User guide for OSCAM

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • porche944
    Junior Member
    • Nov 2010
    • 12

    User guide for OSCAM

    I'm struggling to set up OSCAM on my Vu+Duo.

    Could anyone post a guide on how to set it up?

    Thanks.
  • matrixneo12
    Senior Member
    • Mar 2011
    • 111

    #2
    Re: User guide for OSCAM

    hi do you want to set up Oscam as Cardreader server or just as reader for your C-Lines?
    Oscam Section Voting : http://www.satlover.com/forum/site-b...m-section.html





    If you find my Post useful, please press Thanks

    Comment

    • porche944
      Junior Member
      • Nov 2010
      • 12

      #3
      Re: User guide for OSCAM

      I would like it to be a reader and I see it can be a client as well. But if it easier for it support C-Line then that's OK to.

      Thanks.

      Comment

      • uttnls

        #4
        Re: User guide for OSCAM

        Originally posted by porche944
        I would like it to be a reader and I see it can be a client as well. But if it easier for it support C-Line then that's OK to.

        Thanks.
        Whi do you want to use Oscam, do you try to read some cards that are not suported yet on CCcam or what are you trying to do ?

        Comment

        • matrixneo12
          Senior Member
          • Mar 2011
          • 111

          #5
          Re: User guide for OSCAM

          Oscam as reader for C-Line(cccam server)

          config file oscam.server in your box as folow:

          [reader]
          label = mycccamreader
          protocol = cccam
          device = server ip,serverport
          account = user,password
          group = 1
          caid = 0300,0400,0500,4AE1 use this entry only if you want to determine the caids which you want to receive.
          Oscam Section Voting : http://www.satlover.com/forum/site-b...m-section.html





          If you find my Post useful, please press Thanks

          Comment

          • housy01
            Senior Member
            • May 2011
            • 120

            #6
            Re: User guide for OSCAM

            The best user guide is the oscam official wiki.
            You can find it on ****** the the words "oscam wiki".

            Comment

            • mochaart
              Junior Member
              • Oct 2010
              • 22

              #7
              Re: User guide for OSCAM

              Here's the link to english Oscam Wiki page
              _http://streamboard.gmc.to/wiki/index.php/OSCam/en

              Additionally, there's german, french & italian version as well.

              Comment

              • guli
                Junior Member
                • Jun 2010
                • 10

                #8
                Re: User guide for OSCAM

                Originally posted by porche944
                I'm struggling to set up OSCAM on my Vu+Duo.

                Could anyone post a guide on how to set it up?

                Thanks.
                here is an example
                anything in red you can change to your need .

                Oscam.server

                [reader]
                label = skyuk
                protocol = internal
                enable = 1
                device = dev/sci0
                caid = 0963
                boxid = ******xx ( not needed as oscam can read boxid )
                detect = cd
                mhz = 500
                cardmhz = 500
                ident = 0963:000000
                group = 1
                emmcache = 1,3,2
                blockemm-g = 1
                blockemm-unknown = 1
                lb_weight = 101

                Oscam.conf


                [global]
                logfile = /var/local/oscam.log
                cachedelay = 120
                nice = -1
                maxlogsize = 0
                saveinithistory = 1

                [newcamd]
                port = 15500@0963:000000
                key = 0102030405060708091011121314
                keepalive = 1


                [webif]
                httpport = 15000
                httpuser = user
                httppwd = password
                httprefresh = 10
                httpallowed = 127.0.0.1,192.168.0.0-192.168.255.255

                Oscam.user

                [account]
                user = user
                pwd = pass
                uniq = 2
                monlevel = 1
                caid = 0963
                ident = 0963:000000
                group = 1
                au = skyuk

                Use this N line in cccam.cfg if you want to use the Newcs protocol to connect to CCcam. Only use 256 if using CCCam 2.1.3 or below . to show your card as a local .

                N: 127.0.0.1 15500 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 256

                the username & pass in account & N line must be the same .

                the port number in newcamd must be the same as in your N line .

                256 @ the end of the N line is to show your card as local .

                with these settings your card will update providing you gave a close & known peer a C line like this :

                C: myserver.dyndns.tv 13001 user pass yes

                the yes @ the end is required for the known peer to send EMM to update the card .

                in the F line for this peer it should look like this

                F: user pass 1 0 1 { 0:0:2 }

                the 2nd 1 allows the EMM to update your card .

                you can see your entitlements by opening the web browser & entering the box ip with the webif port .

                oscam with cccam will only show your card as local ( hop0 ) with 2.1.3 or earlier versions . cccam 2.1.3 is the better option .

                make sure the config directory has 755 attribute & the 3 oscam files in that directory have attribute 644

                oscam.conf
                oscam.server
                oscam.user

                oscam will only read your card & forward it via the N line to CCcam . you then give C lines to your peers as usual .

                upon putting all your settings together make sure you stop oscam then cccam via the blue panel .

                restart oscam then cccam . this allows oscam to read the card before cccam .

                any changes to configs in oscam will take effect upon restart of oscam

                there are many other settings that you can have but this is a basic setting to get going .

                guli

                Comment

                • mirny
                  Experienced Board Member
                  • Nov 2011
                  • 707

                  #9
                  Re: User guide for OSCAM

                  command for changing atributes:
                  chmod 755 namefile
                  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

                  • cylib
                    Newbie
                    • Feb 2012
                    • 4

                    #10
                    Re: User guide for OSCAM

                    Originally posted by matrixneo12
                    Oscam as reader for C-Line(cccam server)

                    config file oscam.server in your box as folow:

                    [reader]
                    label = mycccamreader
                    protocol = cccam
                    device = server ip,serverport
                    account = user,password
                    group = 1
                    caid = 0300,0400,0500,4AE1 use this entry only if you want to determine the caids which you want to receive.
                    Using this setup for multiple C lines creates problems to server as all C lines take ecm from all severs simultaneously.

                    Comment

                    Working...