Oscam + CCcam 2.1.3

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kopkidda
    Top Poster
    • Nov 2009
    • 122

    #136
    Originally posted by southpaw
    in what format have you added the users in "oscam.users"
    F-Lines , as per usual cccam method ?

    i would much prefer to use cccam for sharing , and just use oscam for reading card , but my tests havent allowed me to do this , my 500 can read the card fine , but cant get it to hand over share details to cccam ,
    any help/tips very appreciated ?
    This is I believe to be the ideal way to do it with CCcam and Oscam, anybody any idea how to do it?

    I think you need to have the EDG nemesis image to start with as this has both cron and Oscam+CCcam in it already.

    Comment

    • Rodbouy
      DK Veteran
      • Jul 2010
      • 1320

      #137
      You do not need CCcam at all unless you are use CCcam for other stuff.

      Keep it simple and let OScam do it for you.

      Southpaw sent you a pm

      Comment

      • seanmckeown
        Top Poster +
        • Nov 2008
        • 206

        #138
        hey rodbouy, i have the same problem as southpaw. Can get oscam to read my card but cant get it to share. Is there anyway you can help?

        Comment

        • southpaw
          V.I.P. Member
          • Dec 2009
          • 2233

          #139
          surely there is an easy way for oscam to hand over to cccam , rather than basically having 2 setups , i much prefer cccam for sharing (for other reasons) so rather than config oscam to share , does anybody please have a method for oscam to read only , and then hand over to cccam ?

          would be forever grateful !

          Comment

          • davvo
            DK Veteran
            • Apr 2009
            • 666

            #140
            you already have a method for oscam to read only , and then hand over to cccam

            download and install oscam/cccam as one package
            put the config files in var/tuxbox/config
            put the N-line in cccam cfg
            restart oscam via the blue button
            thats it

            if you have cccam info look in the server bit
            and you should see 127.0.0.1 showing 1 card

            if not restart oscam again

            this is the basic setup to get your sly card working

            oscam conf

            Code:
            [global]
            nice = -1
            WaitForCards = 1
            logfile = stdout
            preferlocalcards = 1
            saveinithistory = 1
            
            [webif]
            httpport = 8888
            httpuser = admin
            httppwd = admin
            httpallowed = 127.0.0.1,192.168.0.2-192.168.0.100,192.168.1.2-192.168.1.100,192.168.2.2-192.168.2.100
            
            
            # protocols
            
            [newcamd]
            key = 0102030405060708091011121314
            port = 12000@0963:000000;12001@0963:000000


            oscam server
            Code:
            [reader]
            label = slot1
            protocol = internal
            device = /dev/sci0
            blockemm-u = 0
            blockemm-s = 0
            blockemm-g = 1
            blockemm-unknown = 1
            emmcache = 1,3,2
            group = 1
            caid = 0963


            oscam user

            Code:
            [account]
            user = test1
            pwd = test2
            monlevel = 0
            uniq = 0
            group = 1,2
            au = 1
            caid = 0963


            cccam cfg

            Code:
            N: 127.0.0.1 12000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14
            copy and paste all the text to the named files
            restart oscam go to pick tv and it will work
            Last edited by davvo; 9 May, 2011, 14:58.

            Comment

            • Rodbouy
              DK Veteran
              • Jul 2010
              • 1320

              #141
              Originally posted by seanmckeown
              hey rodbouy, i have the same problem as southpaw. Can get oscam to read my card but cant get it to share. Is there anyway you can help?
              basing on local only here.

              Now say you have 1 box reading card with oscam and 2 other in home.

              now the 2 clients in the house would have clines in their cfg file.

              The oscam box would have the user pass in oscam.user and the CCcam protocol enable in oscam.conf

              i dont see the point in using one to read and pass to another to share it out.

              I would only use the cfg for incoming
              Last edited by Rodbouy; 9 May, 2011, 14:57.

              Comment

              • southpaw
                V.I.P. Member
                • Dec 2009
                • 2233

                #142
                thanks for your help lads , much appreciated , i did do as davvo says , whilst picktv cleared with local box , my other units at hop1 couldnt open any packages/channels .

                i must be overlooking something here , will have another go at it tomorrow when nobody watchin tv

                best wishes

                Comment

                • southpaw
                  V.I.P. Member
                  • Dec 2009
                  • 2233

                  #143
                  Originally posted by Rodbouy
                  basing on local only here.

                  Now say you have 1 box reading card with oscam and 2 other in home.

                  now the 2 clients in the house would have clines in their cfg file.

                  The oscam box would have the user pass in oscam.user and the CCcam protocol enable in oscam.conf

                  i dont see the point in using one to read and pass to another to share it out.

                  I would only use the cfg for incoming
                  but by adding this N-line to my Cccam.cfg

                  N: 127.0.0.1 12000 test1 test2 01 02 03 04 05 06 07 08 09 10 11 12 13 14

                  i shouldnt need to enter all users in oscam.users list ?

                  Comment

                  • davvo
                    DK Veteran
                    • Apr 2009
                    • 666

                    #144
                    if you dont add the N-line in cccam cfg
                    oscam wont talk to cccam

                    adding more users to the oscam user file
                    is just for when you are using oscam on its own

                    you onlly need this in the oscam user file

                    [account]
                    user = test1
                    pwd = test2
                    monlevel = 0
                    uniq = 0
                    group = 1,2
                    au = 1
                    caid = 0963

                    once you got it working with cccam
                    then have a play with oscam on its own
                    Last edited by davvo; 9 May, 2011, 15:14.

                    Comment

                    • seanmckeown
                      Top Poster +
                      • Nov 2008
                      • 206

                      #145
                      with cccam protocol enabled in oscam conf, what is the correct text used in text editor?

                      would be grateful if you could post a copy

                      Comment

                      • Rodbouy
                        DK Veteran
                        • Jul 2010
                        • 1320

                        #146
                        Maybe its a personal choice but I am using OScam as my home server, then I add my users to oscam.user and control it all by webIF.

                        I dont see why there is a need to both.

                        The only gain there is saving you adding user pass in to oscam.user

                        Comment

                        • Rodbouy
                          DK Veteran
                          • Jul 2010
                          • 1320

                          #147
                          Originally posted by seanmckeown
                          with cccam protocol enabled in oscam conf, what is the correct text used in text editor?

                          would be grateful if you could post a copy
                          I just use DCC to edit and save files

                          Comment

                          • seanmckeown
                            Top Poster +
                            • Nov 2008
                            • 206

                            #148
                            if i'm using oscam own its on and want to share locally to another box, what would i input in oscam.user?

                            at the minute my c:line is C: 192.168.x.x share1 bedroom1

                            with no share restrictions or no other restrictions, how would i convert this c:line into an oscam share in oscam.user?
                            Last edited by seanmckeown; 9 May, 2011, 15:20.

                            Comment

                            • davvo
                              DK Veteran
                              • Apr 2009
                              • 666

                              #149
                              @Rodbouy
                              he's struggling to get the basic setup working
                              i think he needs to get that working first

                              Comment

                              • Rodbouy
                                DK Veteran
                                • Jul 2010
                                • 1320

                                #150
                                Originally posted by seanmckeown
                                if i'm using oscam on its on and want to share locally to another box, what would i input in oscam.user?

                                at the minute my c:line is C: 192.168.x.x share1 bedroom1

                                with no share restrictions or no other restrictions, how would i convert this c:line into an oscam share in oscam.user?
                                [account]
                                user = share1
                                pwd = bedroom1


                                there is other features you can add to this etc au and other stuff.

                                Comment

                                Working...