Record IP camera in steps
To compile with mono
$ xbuild /p:Configuration=Release TimelapseLite.sln
To run with mono
$ cd TimelapseLite/bin/Release
$ mono TimelapseLite.exe
To export videos you will need ffmpeg,
Windows you can get it right here.
for xp here.
Or on Debian, Ubuntu or Raspbian
$ sudo apt-get install ffmpeg
Or on mac
$ brew install ffmpeg