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

CWS line on oscam is it possible?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kontoni
    Senior Member
    • Aug 2012
    • 152

    CWS line on oscam is it possible?

    hello friends


    i am testing now if CWS line is possible to work with oscam.

    i have a line for educational purposes and it works on mgcamd newcamd.list

    it looks like this

    HTML Code:
    CWS_KEEPALIVE = 300
    CWS_INCOMING_PORT = 21000
    CWS_MULTIPLE = server-ip-host 34000:34200 user pass 01 02 03 04 05 06 07 08 09 10 11 12 13 14 lan server2



    so i wonder since it works as single line for all caids (if i describe it right) with port interval for example 34000:34200 if and how will operate with oscam.


    what changes maybe should be made to these two files? especially i doubt about port syntax so i leave it empty to suggest


    oscam.conf

    HTML Code:
    [newcamd]
    key          = 0102030405060708091011121314
    port         = 
    allowed      =
    keepalive    = 1
    mgclient     = 1


    oscam.server

    HTML Code:
    [reader]
    label                         = newcsServer
    protocol                      = newcamd
    enable                        = 1
    device                        = ip,port
    key                           = 0102030405060708091011121314
    user                          = user
    password                      = pass
  • gianni253
    Experienced Board Member
    • Nov 2012
    • 903

    #2
    Re: CWS line on oscam is it possible?

    You only need to configure oscam.server but one reader section for every provider/port is required.
    Theoretically, as your interval is 34000:34200, you would need 200 reader sections but I don't think all 200 ports are really used so ... take only the ports you need.

    Comment

    • kontoni
      Senior Member
      • Aug 2012
      • 152

      #3
      Re: CWS line on oscam is it possible?

      Originally posted by gianni253
      You only need to configure oscam.server but one reader section for every provider/port is required.
      Theoretically, as your interval is 34000:34200, you would need 200 reader sections but I don't think all 200 ports are really used so ... take only the ports you need.
      dear gianni253

      it is impossible to know the ports needed since i am not provider but only client and it is impossible to ask holder to define all ports used for a multiple line CWS on oscam probably everyone of them that will be asked about oscam will cut off line

      the reason i want to test and work it with oscam is educational first and then secondly because i have plenty of CWS lines and simply i already have mgcamd working with my primary so i do not want to mess them and use them together !apart from mgcamd stability issues!

      so i was hoping for a way to make it work with all ports in one config

      something like that would not work?

      HTML Code:
      [reader]
      label                         = newcsServer
      protocol                      = newcamd
      enable                        = 1
      device                        = ip,34000:34200
      and oscam conf with port empty?or maybe with range 34000:34200 ?

      HTML Code:
      [newcamd]
      key          = 0102030405060708091011121314
      port         = 
      
      OR                 port         =       34000:34200
      allowed      =
      also i see on oscam conf this line


      HTML Code:
      mgclient     = 1

      which is about

      Enable mgcamd extended newcamd protocol, allowing for a single connection to work with mutliple providers

      will these do the work ?





      Finally on oscam config folder exist also newcamd.list and newcamd.conf files.

      maybe i can put there CWS multiple line and with proper oscam conf combination to make it work without needing 200 readers on oscam server?

      Comment

      • gianni253
        Experienced Board Member
        • Nov 2012
        • 903

        #4
        Re: CWS line on oscam is it possible?

        Originally posted by kontoni
        it is impossible to know the ports needed since i am not provider but only client
        You can see port looking at ecm info (infobar), though it's a hard job because you have to check every channel.

        Originally posted by kontoni
        something like that would not work?

        HTML Code:
        [reader]
        label                         = newcsServer
        protocol                      = newcamd
        enable                        = 1
        device                        = ip,34000:34200
        No, i don't think so, though I've never tried myself.

        Originally posted by kontoni
        and oscam conf ...
        All about oscam.conf applies to server side (not your case)

        Originally posted by kontoni
        Finally on oscam config folder exist also newcamd.list and newcamd.conf files.
        Those files are there in setups where oscam is running as a simple card server and mgcamd as emu, both in the same machine (quote obsolete config, used when oscam lacked dvbapi feature ...)

        Comment

        • kontoni
          Senior Member
          • Aug 2012
          • 152

          #5
          Re: CWS line on oscam is it possible?

          i wonder if it is possible to check port on ecm info when i have not firstly defined ports on oscam server readers ?

          but anyway sounds very demanding this process.

          if dear gianni253 or any friend has any additional good idea to work that is missing at the moment would be very nice to contribute

          i hope there must be a simpler way to use CWS multiple line

          Comment

          • gianni253
            Experienced Board Member
            • Nov 2012
            • 903

            #6
            Re: CWS line on oscam is it possible?

            Originally posted by kontoni
            i wonder if it is possible to check port on ecm info when i have not firstly defined ports on oscam server readers ?
            You check ports when mgcamd is running !
            When you decrypt a channel ecm info will show you server and port used.

            Originally posted by kontoni
            i hope there must be a simpler way to use CWS multiple line
            cws multiple is a unique feature of mgcamd

            Comment

            Working...