I'm not a Mac user, so I can't comment on that...although someone else on here did mention Apple Script or something to start/stop the icamsource program.
In Windows, you could write a couple of simple batch files (icamsource has a command line option)...
- one batch file to kill icamsource:
taskkill /f /im icamsource.exe
- and one batch file to run icamsource:
c:
cd "c:\program files\icamsource"
icamsource.exe -u=icamusername -p=icampassword -url=http://192.168.10.100/video.cgi -cu=camerausername -cp=camerapassword -m -desc="Description of Camera Source"
- Finally, use Task Scheduler to execute the start/stop batch files on certain days and/or at certain times.
(other command-line options are here:
http://skjm.com/forum/index.php?topic=462.0)