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
* 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:
Dont forget to forward port!! Make sure both ports are different!
To check if all working
You are ready to go!
ps: every time you reboot you PC you need to manually start the second cam by the command above.
* 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
* 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 &
To check if all working
Code:
http://IP:16002/
ps: every time you reboot you PC you need to manually start the second cam by the command above.