A great program that is a full-blown web server that will pan and tilt the Orbit through a web interface, deliver web-configurable video streams, write full log files, password-protect access and more. It's a really slick, sweet app.
AbelCam has definitions for several mime types built in:
html htm shtml htm -> text/plain
jpg jpeg -> image/jpeg
gif -> image/gif
jar -> application/java-archive; charset=iso-8859-1
all other file extensions will be delivered as mime type application/octet-stream
If you want to add your own definitions or override on of the settings above,
create a file named mimetypes.txt in the AbelCam configuration folder.
define your mime types in this format:
<ext>=<mime-type>