BACK TO TROUBLESHOOTING HOME PAGE!
AVTECH REMOTE VIEWERS!
FOR SERVER SOFTWARE EMAIL US AT sales@scorpiontheater.com or CLICK HERE >> EMAIL
VIDEO SERVER E
VIDEO SERVER S
VIDEO VIEWER
HOW TO INSTALL YOUR VIDEO SERVER, OR VIDEO VIEWER!
FOR MAC USERS!
USE QUICKTIME TO LOG IN TO YOUR DVRS!
MORE FOR MAC USERS!
JAVA APPLICATION!
This application allows users to remotely access the AvTech AVC761 DVR from any platform which supports Java. Two versions of the application are provided, one specifically for Apple Mac users.
Apple users should download the .dmg file which is a disk image. Double click on the file to mount it, and copy the CCTV application to the Applications folder from where it should be run by double clicking on it.
CCTV_1.0.dmg BETA TEST!
Other (eg Windows/Linux/Solaris) users should download the CCTV.jar file. The application can be run either by double clicking the file, or from the command line (e.g. in a shortcut) thus
CCTV.JAR BETA TEST!
If the application is run as supplied it will present you with a dialog box requesting login information, the default port being 80 and the username/password being admin/admin. It is also possible to supply these on the command line thus:
$ java -jar CCTV.jar myhost 80 admin admin
which is rather handy for Window shortcuts for specific machines.
These arguments can also be passed to the Mac application by modifying the CCTV.app/Contents/Info.plist.XML file to include an Arguments clause thus:
MainClass
Cctv
JVMVersion
1.5*
Arguments
myhost 80 admin admin
ClassPath
$JAVAROOT/CCTV.jar
This application has only been tested on an AVC761, but should also work on other 4 channel AvTech DVRs. It should also be possible to extend it to accommodate 8 and 16 channel machines. Feedback is welcome.
Thanks to Steve Evans for his Java decompiling, and his research!
Leave your questions here at http://www.cctvforum.com/viewtopic.php?t=13273
(New comers will have to post 10 times before they can PM {private message}.
JAR Bundler
1. right click on CCTV and select 'show package contents'
2. open the contents folder
3. drag and drop the resources folder to your desktop whilst holding alt
4. open jar bundler
5. click choose and browse to desktop/resources/java
6. select CCTV.jar
7. in arguments to main put your parameters in this format
Snavt Client
http://snavtclient.epipe.com/readme/all
DOWNLOAD
http://snavtclient.epipe.com/download
MANUAL
http://snavtclient.epipe.com/man
Snavtclient is free open source network client program for security surveillance CCTV camera digital video recorders (DVRs) manufactured by the AV TECH Corporation.
The author was unimpressed of the features and the performance of the bundled Video Server E software and the web based Java application included with his AVTECH DVR and decided to write this software instead. At that time there were no alternative client programs than the ones supplied by the manufacturer.
The software currently runs on FreeBSD and some GNU/Linux distributions but should be easily portable to any modern Unix like operating systems.
Much emphasis in the design of the program was put on efficiency and small memory footprint. The aim was to create a program which can be used also on obsolescent hardware to provide remote displays. SDL library which is used for video output is very flexible in the choice of video drivers. You can use SDL with X11 or without X11 on plain console. You can even use it with DEC VT100 by using aalib video driver although the video quality might be slightly degraded then :).
The software is currently functional but still in early stages of development and distributed in source code format only. Please see the list of currently implemented features for more information.
Book on Amazon.com: Decompiling Java
http://www.java.com/en/download/index.jsp
GOOGLE SEARCH
http://www.google.com/search?hl=en&rls=com.microsoft:*&pwst=1&q=jad+Java+decompiler&start=10&sa=N
JAD DECOMPILER
UIs AND UTILITIES
http://www.kpdus.com/jad.html
DOWNLOAD
http://www.kpdus.com/jad.html#download
A TUTORIAL ABOUT JAD
http://www.mobilefish.com/developer/jad/jad.html
PROGRAM TRANSFORMATION WIKI
http://www.program-transformation.org/Transform/JavaDecompilers
JAVA DECOMPILER HOW TO
http://www.faqs.org/docs/Linux-HOWTO/Java-Decompiler-HOWTO.html
JAVA TIPS ORG
http://www.java-tips.org/index.html
EMAIL US HERE.
BACK TO TOP!