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

Run Second CCcam Server on Same Debian linux PC

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bliner
    Banned
    • Jun 2010
    • 333

    Run Second CCcam Server on Same Debian linux PC

    Here is little tutorial to run second CCcam server on same Debian Linux PC.

    * Rename CCcam.x86 to CCcam1
    * Ftp the CCcam1 file to /usr/local/bin
    * Change the file attributes to 755 by command

    Code:
    chmod 755 /usr/local/bin/CCcam1
    * Rename the second CCcam.cfg flie to CCcam1.cfg
    * Change WEBINFO LISTEN PORT to 16002 port as you might have 16001 for the first CCcam.cfg
    * Ftp the CCcam1cfg file to var/etc
    * Give command to start the second cam:

    Code:
    CCcam1 -C var/etc/CCcam1.cfg &
    Dont forget to forward port!! Make sure both ports are different!

    To check if all working

    Code:
    http://IP:16002/
    You are ready to go!

    ps: every time you reboot you PC you need to manually start the second cam by the command above.
Working...