On this page you will find information about known bugs or features. This is more like a quick hack-page if you want to get it working now and can't wait until the next release.
If compiling FTPClient.cc fails like this...
FTPClient.cc: In method `void CFTPClient::ListenRead (int)': FTPClient.cc:494: `abort' undeclared (first use this function) FTPClient.cc:494: (Each undeclared identifier is reported only once for each function it appears in.) make[1]: *** [FTPClient.o] Error 1 make[1]: Leaving directory /usr/local/src/camstream-0.21/src/lib' make: *** [subdirs] Error 2
...then you must insert #include <stdlib.h> at the top of that file. It's a libc thing.