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 and satlover

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bokkie
    Experienced Board Member
    • Feb 2012
    • 1561

    #16
    Re: oscam and satlover

    I hqve CCcam and Mgcqmd running great and I've been thinking of trying out oscam as well, but it's a bit of a minefield.
    I have 2 clines and 1 nline in my .cfg file.
    Would I need a config file for each line, or could I just stick the whole .cfg file in the converter as is?

    Comment

    • ZoxPa
      Experienced Board Member
      • Oct 2010
      • 528

      #17
      Re: oscam and satlover

      You can have as many as you wish lines in oscam.server file. In fact you can have only one oscam.server file .
      Azbox Elite HD

      If you find this post is helpful, please press Thanks

      Comment

      • bokkie
        Experienced Board Member
        • Feb 2012
        • 1561

        #18
        Re: oscam and satlover

        So if I use an example of a .server file

        oscam.server

        [reader]
        label =*server
        protocol = newcamd
        key = 0102030405060708091011121314
        device = 55.66.77.99,4001
        account = myusername,mypassword
        group = 1
        fallback = 1

        Would this work? How would I add cline to it as well?

        Comment

        • knap92

          #19
          Re: oscam and satlover

          hello,

          [reader]
          label = satlover_1
          protocol = cccam
          device = cccam.satlover.com,PORT
          user = username
          password = password
          group = 1
          emmcache = 1,1,2
          cccversion = 2.0.11
          cccmaxhops = 3
          cccwantemu = 1
          ccckeepalive = 1

          with this config it work fine......

          for KVF1966...wich openbox you have !????Openbox support oscam!??how did you configure it !!??

          Im really curieus
          Thanks A lot

          Regards

          Comment

          • bokkie
            Experienced Board Member
            • Feb 2012
            • 1561

            #20
            Re: oscam and satlover

            So do I just repeat the above for my other cline, with the lines details of course.
            And then add a seperate config as i posted previously for my nline all in the same .server file?

            Comment

            • ZoxPa
              Experienced Board Member
              • Oct 2010
              • 528

              #21
              Re: oscam and satlover

              Example of oscam.server, use what you need, you can repeat same protocol more times but with different parameters, everything in same file :
              #serial mouse compatible reader

              [reader]
              label = myserialmousereader
              detect = cd
              protocol = mouse
              device = /dev/ttyS1
              group = 1
              caid = 0100
              services = myservice,!thisservice

              #USB mouse compatible reader

              [reader]
              label = myusbmousereader
              detect = cd
              protocol = mouse
              device = /dev/ttyUSB0
              aeskey = 0102030405060708090a0b0c0d0e0f10
              group = 2
              caid = 0200

              # camd 3.78x reader

              [reader]
              label = mycamd378xreader
              protocol = cs378x
              device = 192.168.0.1,1234
              user = user1
              password = password1
              group = 3

              # newcamd reader

              [reader]
              label = mynewcamdreader
              protocol = newcamd
              key = 0102030405060708091011121314
              device = 192.168.0.2,2345
              user = user2
              password = password2
              group = 4

              # CCcam reader

              [reader]
              label = mycccamreader
              protocol = cccam
              device = 192.168.0.3,3456
              user = user3
              password = password3
              group = 5
              caid = 0300,0400,0500
              cccversion = 1.2.3

              # PCSC reader

              [reader]
              label = mypcscreader
              protocol = pcsc
              device = 0
              aeskey = 0102030405060708090a0b0c0d0e0f10
              group = 6
              caid = 0600

              # Smargo Smartreader+

              [reader]
              label = mysmartreader
              protocol = smartreader
              device = 001:002
              aeskey = 0102030405060708090a0b0c0d0e0f10
              group = 7
              caid = 0700

              # internal reader

              [reader]
              label = myinternalreader
              protocol = internal
              device = /dev/sci0
              group = 8
              caid = 0800

              # sc8in1 reader

              [reader]
              label = mysc8in1reader
              protocol = sc8in1
              device = /dev/ttyUSB0:1
              group = 9
              caid = 0900

              # constant CW

              [reader]
              label = myconstantcw
              protocol = constcw
              device = /var/keys/constant.cw
              group = 10

              # gbox reader

              [reader]
              label = mygboxreader
              protocol = gbox
              device = 192.168.0.4,45678,56789
              user = user4
              password = password4
              group = 11
              caid = 1100
              Azbox Elite HD

              If you find this post is helpful, please press Thanks

              Comment

              • KVF1966
                Board Senior Member
                • Dec 2012
                • 279

                #22
                Re: oscam and satlover

                Hi knap92. I have Openbox and Oscam works for me. The receiver is installed as a plugin.On the site http://www.satlover.eu there is. Here is my setup Oscam:

                [reader]
                label=cccam.satlover.com
                enable=1
                protocol=cccam
                device=cccam.satlover.com,***xx
                user=*********xx
                password=www.satlover.com
                cccwantemu=0
                cccversion=2.1.2
                group=1
                inactivitytimeout=1
                reconnecttimeout=30
                lb_weight=100
                cccversion=2.1.2
                cccmaxhops=10
                cccwantemu=1
                ccckeepalive=1

                [account]
                user = root
                pwd = root
                Group = 1
                #ident = 0500:040600,030600,042700,043800;090F:000000;4AE1: 000000,000011,000015
                #ChID = 0652:0015;0652:FFFF
                monlevel = 4

                [account]
                User = monitor
                Pwd = monitor
                Group = 1

                Comment

                • buiacco
                  Experienced Member
                  • Sep 2011
                  • 356

                  #23
                  Re: oscam and satlover

                  Originally posted by kalpikos
                  ok, seems that there are many users using oscam with satlover's line.
                  I would like to ask them, if they have better results with oscam?
                  Have you less freezes using oscam than with using cccam?
                  Hi kalpicos,
                  I have had the same impression, in fact translate cline in oscam from my point of view I see less freeze. try it, and let me know (Oscam 5649)
                  Best regards.

                  Comment

                  • bokkie
                    Experienced Board Member
                    • Feb 2012
                    • 1561

                    #24
                    Re: oscam and satlover

                    I have installed oscam 1.0 5953 and ftp'd the oscam .server and oscam.conf files over.
                    I have the channels opening, but they take ages to open, maybe 10-15 seconds.
                    The exact same clines in CCcam open immediately, so I guess it must be in my settings somewhere.
                    Can anyone help me out?

                    Comment

                    • knap92

                      #25
                      Re: oscam and satlover

                      Hey bokkie,

                      Seem to me is old version wat you are using...(1.0 5953)

                      Im trying no oscam with satlover since yesterday an i can garant you that i got one freeze of 2 a 3 secondes ,
                      Im using this version _OSCAM 1.20-unstable_svn build #7099

                      Hi KVF1966 wich openbox do you have !?
                      You mean the zip pluging on here _www.satlover.eu/index.php?ind=news&op=news_show_single&ide=4
                      How did you procede?

                      Regards

                      Comment

                      • KVF1966
                        Board Senior Member
                        • Dec 2012
                        • 279

                        #26
                        Re: oscam and satlover

                        Hi knap92. You need to look Oscam for Fortis here http://www.satlover.eu/forum/oscam-d...-fortis-6.html.
                        Copy to a flash card and downloaded into the receiver via USB input

                        Comment

                        • bokkie
                          Experienced Board Member
                          • Feb 2012
                          • 1561

                          #27
                          Re: oscam and satlover

                          Originally posted by knap92
                          Hey bokkie,

                          Seem to me is old version wat you are using...(1.0 5953)

                          Im trying no oscam with satlover since yesterday an i can garant you that i got one freeze of 2 a 3 secondes ,
                          Im using this version _OSCAM 1.20-unstable_svn build #7099


                          Regards
                          I downloaded my version of oscam from the openvix website. I couldn't find a newer version which is vix compatible.

                          Comment

                          • digicon
                            Experienced Board Member
                            • Jun 2011
                            • 971

                            #28
                            Re: oscam and satlover

                            Originally posted by bokkie
                            I downloaded my version of oscam from the openvix website. I couldn't find a newer version which is vix compatible.

                            Thats because your using Vix get Blackhole on and you will find up to date versions of Oscam to run on the image, personally though stick with Cccam and leave Oscam as a card reader, why do you think all these server people use oscam to read cards and CCcam to share them out because Cccam is more configurable than what Oscam is.

                            And placing Clines into Oscam which straight away breaks reshare rights your asking for trouble from the people who provide you the lines

                            Comment

                            • knap92

                              #29
                              Re: oscam and satlover

                              Hey....they are zip file .....how can you send them to the openbox 9,10,12!!!????

                              Regards
                              Originally posted by KVF1966
                              Hi knap92. You need to look Oscam for Fortis here http://www.satlover.eu/forum/oscam-d...-fortis-6.html.
                              Copy to a flash card and downloaded into the receiver via USB input

                              Comment

                              • bokkie
                                Experienced Board Member
                                • Feb 2012
                                • 1561

                                #30
                                Re: oscam and satlover

                                got it running great now, just added priorities to dvbapi.
                                Channels are now clearing within a second or two and running great.
                                I'm really just trying to learn as much as i can about different cams so if something happens in the future, I've got alternatives.
                                I'm still going to use CCcam as I have a pretty faultless server for sly uk, but I've also got Mgcamd and oscam more or less working now in case i need them in the future.

                                Comment

                                Working...