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

cccam and newcamd

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vimmers
    Experienced Board Member
    • Jun 2010
    • 1188

    #16
    Re: cccam and newcamd

    Originally posted by herrr
    I think that idea comes from your experience of good and bad providers, but it's not universal...
    About "safer": since they all use same Deskey - 01 02 03 04 05 06 07 08 09 10 11 12 13 14, security is not really better, if you mean this thing.
    not all use the same deskey
    i have for some time ago a deskey i haven't seen before
    its all up to the server what deskey he will use

    Comment

    • bonilla
      Board Senior Member
      • Aug 2012
      • 251

      #17
      Re: cccam and newcamd

      Interesting point here that adds some perspective about the two cams :
      Contrary to CCcam, MgCamd uses the cache buffer. It means that when a channel is opened, the MGCamd server saves the channel key and when another user or users open the same channel/channels, MGCamd receives and uses that key data from buffer. This makes the server much faster because of the fact that it does not have to check the card twice for the key data again, so it allows a faster channel zapping and a much better tv experience.
      If you like my post, please don't hesitate to click on "Thanks"button. Thank you

      Comment

      • gauloises1
        Senior Member
        • May 2012
        • 148

        #18
        Re: cccam and newcamd

        yes,that is my oppinion also,mgcamd is the FASTEST protocol,only problem is that mgcamd is not have webinterface

        Comment

        • bonilla
          Board Senior Member
          • Aug 2012
          • 251

          #19
          Re: cccam and newcamd

          yes,that is my oppinion also,mgcamd is the FASTEST protocol,only problem is that mgcamd is not have webinterface
          Have in mind that I added on this forum a reply with a mgcamdinfo ,so it's not the very same that the webinterface, but you gain more control with that plugin.
          If you like my post, please don't hesitate to click on "Thanks"button. Thank you

          Comment

          • besit
            Board Senior Member
            • Aug 2011
            • 343

            #20
            Re: cccam and newcamd

            Originally posted by gauloises1
            yes,that is my oppinion also,mgcamd is the FASTEST protocol,only problem is that mgcamd is not have webinterface
            MGCamd is not a protocol. It's an Emulator for Linux based receivers working with some protocols. Basically with Newcamd.
            CCCam - is a name for an EMU and for the respective CS protocol.

            Comment

            • bonilla
              Board Senior Member
              • Aug 2012
              • 251

              #21
              Re: cccam and newcamd

              And a note if you want to run both Mgcamd and Cccam
              If you are running Mgcamd and CCcam on the same server you have to edit the existing Mgcamd script usually found in /usr/camscript/ with whats below.

              Code:
              PHP Code:
              #!/bin/sh 
              remove_tmp () { 
              rm -rf /tmp/ecm.info /tmp/pid.info /tmp/cardinfo 
              } 
              case "$1" in 
              start) 
              remove_tmp 
              /var/bin/mgcamd_1.38 & 
              sleep 15 
              /var/bin/CCcam & 
              ;; 
              stop) 
              touch /tmp/mgcamd_1.38 
              sleep 5 
              killall -9 mgcamd_1.38 CCcam 2>/dev/null 
              sleep 2 
              remove_tmp 
              ;; 
              *) 
              $0 stop 
              exit 1 
              ;; 
              esac 
              exit 0
              If you like my post, please don't hesitate to click on "Thanks"button. Thank you

              Comment

              Working...