Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

OSCAM SUPPORT / PICTURES

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    #61
    in log, not found (30 ms) by Reader-2 cant descramble channel
    two options, not all of the data entered or these channels does not open the service who bought username and password.
    is an example of setting oscam for customers?
    «Сомалійська Наноелектроника та Космонавтика»
    1. VS-IP015 - Android Sat Receiver - g18ref_th2
    2. WeTek Play - Android Sat Receiver - g18ref

    Comment


      #62
      this server i have tried it on Enigma 1 and 2 and it working good
      but i used it with Mgcamd and Rqcamd and both of them support nagravision 3 and newcamd.
      I think oscam it's not supportin nagravision 3 only nagra 2


      this is where i fill it in mgcamd Config file:

      CWS_KEEPALIVE = 300
      CWS_INCOMING_PORT = 21000
      CWS = 4.nfpsserver.tv 12210 123456789012 123456789012 6103403445406970987123412134 lan server1
      CWS_MULTIPLE = 192.168.1.2 20000:20005 dummy dummy 10 02 13 04 15 06 17 08 01 10 11 12 13 14 lan server2


      And this for Rqcamd Config File:


      ################################################## ############################
      # rqcamd configuration file #
      # All configuration options in this file observe the same format: #
      # <configuration_name>=<configuration_value> #
      # #
      # No white space is allowed on any place or the configuration entry will be #
      # ignored. #
      ################################################## ############################

      ########################### general configuration ############################
      [General]
      # This sets the box type the emu will run on. Compatible boxes are:
      # 0 - Dreambox
      # 1 - Triple Dragon
      # 2 - DGStation Devices (Mutant/Relook/CubeCafe)
      # 3 - IPBOX 9000HD/CubeRevo HD (with Enigma 2)
      box_type=0

      # Enable or disable background execution
      # 0 - Disable
      # 1 - Enable
      background_execution=1

      # This forces the use of Enigma 1 or Enigma 2 PMT parsing. This defaults to
      # E1 on PowerPC boxes and E2 on MIPS boxes.
      # Use the following values:
      # 0 - Use Default for Processor Type
      # 1 - Enigma 1
      # 2 - Engima 2
      #
      force_enigma_version=0

      # This sets the level of console output for debugging:
      # 0 - Silent, 1 - Basic debug info, 2 - Extended debug info,
      # 3 - Show all debug info
      debug_level=1

      # Enables or disables eeprom updates. If enabled, when eeprom is updated a
      # file will be written to /var/scce
      # 0 - Off, 1 - On
      eeprom_updates=1

      # This option is used to allow or disallow the processing of decrypted EMM's
      # that fail the signature check. Under normal circumstances this should be set
      # to disallow (1) processing of invalid EMM's.
      valid_emm_signature_required=1

      # This option enables or disables the writing of debug information to the
      # console.
      log_to_console=1

      # This option enables or disables the writing of console output to a log file
      log_to_file=0

      # When log_to_file is set to 1, this is the path and filename to write console
      # ouput to.
      logfile_name=/var/bin/rqcamd.log

      # This option enables or disables the writing of N2 stream files.
      log_to_n2stream=0

      # When log_to_n2stream is set to 1, this is the path and filename to write
      # the N2 stream file to.
      n2stream_file_name=/var/bin/rqcamd.n2stream

      # Used to activate on-screen messages. Username and password required if
      # HTTP authentication is enabled on enigma.
      on_screen_messages_show=1
      on_screen_messages_username=root
      on_screen_messages_password=
      on_screen_messages_key_update=1
      on_screen_messages_wait_for_key_update=0

      # When activated, rqcamd will listen on the specified port for connections. All
      # log activity will be broadcast in real-time to connected clients.
      console_logs_broadcast=0
      console_logs_broadcast_port=666

      # Enable/disable rqcamd web interface (default port is 668).
      # 0 - Disable
      # 1 - Enable
      webif=1
      webif_port=668

      ########################### provider configuration ###########################
      # All parameters are in hexadecimal notation, except when noted.

      #Default provider id. If no provider id could be identified, this one will be
      #used as a default.
      default_provider_id=0101

      [Prov:0101]
      # ----------------------------------------------------------------------------
      # DN
      # NID range for provider identification.
      onid_low=1000
      onid_high=100A

      #CaID priority for ECM selection. CaID's to the left have higher priority than
      #CaID's to the right.
      caid_priorities=1816|1801

      # The PID where EMM's are transmitted, in CaID:PID pairs
      emm_pid=1801:0120|1816:0120

      # The tables where EMM-G's are transmitted, in CaID:Table pairs.
      emm_g_table=1801:82|1816:84

      # The tables where EMM-S/U's are transmitted, in CaID:Table pairs.
      emm_s_u_table=1801:83|1816:83

      swap_control_words=0
      ecm_nano_offset=10
      hash_control_words=1
      mecm_key=0106
      mecm_40_address=91D7
      mecm_60_address=92D7

      # Decoder type indicates whether the cam will attempt to decode this provider
      # in software, or through a card-server. Supported values are:
      #
      # 0 - Use internal softcams.
      # 1 - Connect to a Newcamd protocol card-server.
      decoder_type=1

      # Used to enable or disable the processing of EMM's even when the emu is on
      # CS mode. This will keep keys/mecms up to date:
      # 0 - Off
      # 1 - On
      process_emms_on_cs_mode=1

      # URL of card-server to use, formats are as follows:
      #
      # newcamd://<username>:<password>@<hostname>:<port>/<des_key>/[EMM]
      #
      # Example:
      # newcamd://foo:[email protected]:12345/0CE3476FF2E1C9D9A0A109B371E3/EMM
      #
      # NOTE: The "EMM" suffix is optional and tells the card-server client whether
      # to send EMM's to the card-server or not. Enabling or disabling this only
      # has effect if the card-server is configured to accept emms from this client.
      #
      # Multiple card-server url's can be specified for server fail-over.
      # If the emu fails to connect or fails to get valid CW's, it will try to
      # connect to other servers in a round-robin fashion.
      #
      # Up to 16 servers can be added from index 0 to 15.
      #
      # Additionally, encrypted card-server url's can be specified. To create
      # an encrypted url, use the command-line options of rqcamd. Type rqcamd -help
      #
      card_server_url_0=newcamd://123456789012:[email protected]:12210/6103403445406970987123412134

      # This is is the 4-byte cam id in hexadecimal format used to filter emm-s and emm-u.
      # The cam id provided by the card-server will be used automatically, however,
      # if this cam-id is explicitly set, it will supercede the one provided by the
      # card-server.
      cam_id=00000000

      # Enable or disable processing of EMM-G's (Global, they carry key updates).
      process_emm_g=0

      # Enable or disable processing of EMM-S's (Shared, they carry tier updates).
      process_emm_s=0

      # Enable or disable processing of EMM-U's. (Unique, they carry tier updates, activations/deactivations).
      process_emm_u=0

      # ------------------------ softcam server settings ---------------------------
      # Enable/disable sharing of this provider's softcam.
      # 0 - Disabled
      # 1 - Enabled
      protocol_server_enable=0

      # The protocol with which this provider's softcam will be shared
      # 0 - Newcamd protocol.
      protocol_server_type=0

      # The port (in decimal notation) on which the protocol server will be listening
      # for this provider.
      protocol_server_port=11000

      # The caid that will be served by this softcam server.
      protocol_server_caid=1801

      # If the Newcamd protocol is selected, you must configure here the des
      # key to be used for encrypting communication.
      protocol_server_newcamd_des_key=010203040506070809 1011121314

      # The user list that will be able to connect to this provider's softcam server.
      # Format: <username_0>:<password_0>|<username_1>:<password_1 > ... and so on.
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3

      [Prov:0901]
      # BEV
      # ----------------------------------------------------------------------------
      onid_low=0100
      onid_high=0105
      caid_priorities=1801|1815
      emm_pid=1801:00F9|1815:00EE
      emm_g_table=1801:82|1815:84
      emm_s_u_table=1801:83|1815:83
      swap_control_words=0
      ecm_nano_offset=14
      hash_control_words=1
      mecm_key=0907
      mecm_40_address=91F5
      mecm_60_address=92F5
      decoder_type=0
      card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      cam_id=00000000
      process_emm_g=1
      process_emm_s=0
      process_emm_u=0
      protocol_server_enable=0
      protocol_server_type=0
      protocol_server_port=11001
      protocol_server_caid=1801
      protocol_server_newcamd_des_key=010203040506070809 1011121314
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3

      [Prov:C101]
      # GlobeCast
      # ----------------------------------------------------------------------------
      onid_low=0002
      onid_high=00FF
      caid_priorities=1801|1802
      emm_pid=1801:0120|1802:0120
      emm_g_table=1801:82|1802:84
      emm_s_u_table=1801:83|1802:83
      swap_control_words=0
      ecm_nano_offset=10
      hash_control_words=1
      mecm_key=0000
      mecm_40_address=0000
      mecm_60_address=0000
      decoder_type=0
      card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      cam_id=00000000
      process_emm_g=1
      process_emm_s=0
      process_emm_u=0
      protocol_server_enable=0
      protocol_server_type=0
      protocol_server_port=11002
      protocol_server_caid=1802
      protocol_server_newcamd_des_key=010203040506070809 1011121314
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3

      [Prov:4701]
      # Euskatel
      # ----------------------------------------------------------------------------
      onid_low=A041
      onid_high=A041
      caid_priorities=1801|1802
      emm_pid=1801:0120|1802:0120
      emm_g_table=1801:82|1802:84
      emm_s_u_table=1801:83|1802:83
      swap_control_words=0
      ecm_nano_offset=10
      hash_control_words=1
      mecm_key=0000
      mecm_40_address=0000
      mecm_60_address=0000
      decoder_type=1
      card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      cam_id=00000000
      process_emm_g=1
      process_emm_s=0
      process_emm_u=0
      protocol_server_enable=0
      protocol_server_type=0
      protocol_server_port=11003
      protocol_server_caid=1802
      protocol_server_newcamd_des_key=010203040506070809 1011121314
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3

      [Prov:4101]
      # Digital+
      # ----------------------------------------------------------------------------
      onid_low=0000
      onid_high=0001
      caid_priorities=1801|1810
      emm_pid=1801:0120|1810:0120
      emm_g_table=1801:82|1810:84
      emm_s_u_table=1801:83|1810:83
      swap_control_words=0
      ecm_nano_offset=10
      hash_control_words=1
      mecm_key=0000
      mecm_40_address=0000
      mecm_60_address=0000
      decoder_type=1
      card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      cam_id=00000000
      process_emm_g=1
      process_emm_s=0
      process_emm_u=0
      protocol_server_enable=0
      protocol_server_type=0
      protocol_server_port=11004
      protocol_server_caid=1810
      protocol_server_newcamd_des_key=010203040506070809 1011121314
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3

      #[Prov:7311]
      # Telefonica (to use, uncomment this section and comment the Digital+ section)
      # ----------------------------------------------------------------------------
      #onid_low=0000
      #onid_high=0001
      #caid_priorities=1801|1810
      #emm_pid=1801:0120|1810:0120
      #emm_g_table=1801:82
      #emm_s_u_table=1801:83
      #swap_control_words=0
      #ecm_nano_offset=10
      #hash_control_words=1
      #mecm_key=0000
      #mecm_40_address=0000
      #mecm_60_address=0000
      #decoder_type=0
      #card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      #cam_id=00000000
      #process_emm_g=1
      #process_emm_s=0
      #process_emm_u=0
      #protocol_server_enable=0
      #protocol_server_type=0
      #protocol_server_port=11004
      #protocol_server_caid=1801
      #protocol_server_newcamd_des_key=01020304050607080 91011121314
      #protocol_server_users=dummy:dummy|dummy_2:dummy_2 |dummy_3:dummy_3

      [Prov:FF00]
      # This provider is a stand-in for NDS cards
      # ----------------------------------------------------------------------------
      onid_low=0000
      onid_high=0000
      caid_priorities=0905|0945
      emm_pid=0905:00C1|0945:00C1
      emm_g_table=0905:00|0945:00
      emm_s_u_table=0905:00|0945:00
      swap_control_words=0
      ecm_nano_offset=00
      hash_control_words=0
      mecm_key=0000
      mecm_40_address=0000
      mecm_60_address=0000
      decoder_type=0
      card_server_url_0=newcamd://username[email protected]:10550/0102030405060708091011121314/EMM
      cam_id=00000000
      process_emm_g=1
      process_emm_s=0
      process_emm_u=0
      protocol_server_enable=0
      protocol_server_type=0
      protocol_server_caid=0000
      protocol_server_port=0
      protocol_server_newcamd_des_key=010203040506070809 1011121314
      protocol_server_users=dummy:dummy|dummy_2:dummy_2| dummy_3:dummy_3











      Comment


        #63
        1. Update you ostool
        2. des_key=0102030405060708091011121314
        cant find info, but oscam can play you tv



        other info
        «Сомалійська Наноелектроника та Космонавтика»
        1. VS-IP015 - Android Sat Receiver - g18ref_th2
        2. WeTek Play - Android Sat Receiver - g18ref

        Comment


          #64
          Thank so much for ur info.
          That is the default des_key=0102030405060708091011121314 for the config file

          this what i had received thru email from the iks server and i renew it every year .

          Order #: 3306150315093741

          Hi user, your donation(s) has been assigned:

          User: jiab****@yahoo.com

          SERVER: 4.nfpsserver.tv (Dish) 65.nfpsserver.tv (Claro TV 50W) 55.nfpsserver.tv (Dish Mexico) 60.nfpsserver.tv (Sky Mexico) 45.nfpsserver.tv (Amazonas) 35.nfpsserver.tv (Media Net)
          PORT(S): 12210 (Dish) 65000 (Claro TV 50W) 55000 (Dish Mexico) 60000 (Sky Mexico) 45000 (Amazonas) 35000 (Media Net)
          DESKEY: 6103403445406970987123412134
          STATUS: ACTIVE
          Donation 123456789012
          Please use the following Donation(s) (1) as the Username and Password in your receiver:
          DESKEY: 6103403445406970987123412134


          Donation # is the user and pass


          and i have no thing to do with the cccam or card reader or any file in oscam tool

          only reader >add reader >newcamd




          Comment


            #65
            This The Info For The NFPS Server IKS (Internet Key Sharing)

            NFPS is only supplying the control word to decrypt the channel so you can watch TV. NFPS has nothing to do with your equipment; they are under no obligation to provide you with any software for your boxes or instructions on how to set them up. It is up to you to figure out how to make your box work with their system and not the other way around. With that said it is in their best interest to assist in getting your box working as it allows them to get more subscribers.

            When you use an actual D*** receiver you have a smart card, some receivers have them externally (Purple Card In the card reader slot) and others are internal. When you change the channel the receiver queries the smart card with an ECM and CamID, the smart card will respond with a control word that the receiver uses to decrypt the channel. This smart card contains all your subscription information as to what you can and cannot watch. What NFPS is doing is IKS (Internet Key Sharing). They have software running on their servers that allows them to share a multitude of subscription cards (Smart Cards). What your FTA receiver is doing (with software that allows for the NCamd protocol) when you change the channel, instead of going to a Smart Card in the receiver like the D*** receiver, it contacts to the NFPS server, sends the ECM along with the CamID and waits for their server to respond with a valid control word. If it does you get to watch TV and if not you don't and you get scrambled channel. For this to work correctly, you need to have a valid donation code that is used for your user name and password, the correct DES Key(Encryption key that encrypts the packets), and the server you are connecting to along with a receiver that supports the NCamd protocol and correctly setup. When your box/software send the ECM it must also send the correct CamID(1816) in order to receive a valid control word back. Late last year D*** added a false CamID as the primary CamID to try to stop the use of FTA Boxes. That is why you have to manually set the CamIDs on the other boxes resolved the issue with bin updates. If the CamID is wrong you will not get a valid control word back.



            Comment


              #66
              I can see OS Tool/CCCam running on my WeTek Play connect to vplug Server on my PC. But when I tune to an encrypted channel, say L' EQUIPE 21 on 19.2E in the TNTSat package, no ECMs are received by the vplug server.

              Think I will try connecting to Fausto/Newcamd see if I get any ECMs, but any suggestions why no ECMs are received????

              Comment


                #67
                I can post a log (prob not helpful as showes connectied but nothing else).

                vplug is running CCCam 2.3.0

                each time I save my wetek cccam config file I save 2.3.0 but when I view it again its back on 2.0.11????

                Comment


                  #68
                  NEW!
                  OSTool2_11142
                  Oscam-emu-amr-dre2-au
                  «Сомалійська Наноелектроника та Космонавтика»
                  1. VS-IP015 - Android Sat Receiver - g18ref_th2
                  2. WeTek Play - Android Sat Receiver - g18ref

                  Comment


                    #69
                    Originally posted by GuRu View Post
                    NEW!
                    OSTool2_11142
                    Oscam-emu-amr-dre2-au

                    Whats new friend?

                    Thanks for the apk!

                    Comment


                      #70
                      OSTool2 r11198 ready to use
                      «Сомалійська Наноелектроника та Космонавтика»
                      1. VS-IP015 - Android Sat Receiver - g18ref_th2
                      2. WeTek Play - Android Sat Receiver - g18ref

                      Comment


                        #71
                        Mega OSTool r11209 ready to use
                        Click image for larger version

Name:	jyGAsCikMk67h7WS0etOLQ[1].png
Views:	802
Size:	162.3 KB
ID:	552785
                        «Сомалійська Наноелектроника та Космонавтика»
                        1. VS-IP015 - Android Sat Receiver - g18ref_th2
                        2. WeTek Play - Android Sat Receiver - g18ref

                        Comment


                          #72
                          hello
                          i have question for you guru , when i watch for example MCM (19.2e) i have freezes on wetek , but same channel play without freeze when i stream it on my pc (webif ) do you know why ?
                          i have same problem using openelec , mnigma or pbnigma

                          Comment


                            #73
                            I do not understand how does this relate to the theme topic?
                            «Сомалійська Наноелектроника та Космонавтика»
                            1. VS-IP015 - Android Sat Receiver - g18ref_th2
                            2. WeTek Play - Android Sat Receiver - g18ref

                            Comment

                            Working...
                            X