September 4, 2009
Most models of IP Network cameras and many associated devices use basic authentication that transmits login information including passwords in plain text over the network and often over the Internet. There are significant risks involved in this type of operation. This article details common types of attacks.
http://www.infoworld.com/print/90521
The IPVideo PSIM Display Console uses a hashing system that is very difficult to crack and never transmits the passwords over the network. Passwords are never stored on client machines and stored in the PSIM router as encrypted hashes.
Leave a Comment » |
Cameras, Security, System Administration, System Design | Tagged: Attack, Hash, Passwords, Security |
Permalink
Posted by Paul Galburt
December 19, 2008
Most are familiar with the process of exporting captured video archive as an AVI file using the facilities built into DynaView. This process becomes a bit more challanging when dealing with megapixel archives. Often the area on interest is only a small part of the entire image. Converting a large number of complete megapixel or multi-megapixel images can result in unmanageably large AVI files.
A better process can often be used as follows:
- Export the desired time interval from DynaView vPlay as a series of JPGs
- Perform a batch crop operation using a program like XnView to select the desired area
- Convert this cropped sequence to an AVI file using DynaView vMovie
Some further notes:
Try to use a standard crop size like 320 x 240 (CIF) or 640 x 480 (4CIF) to capture the area of interest.
It is possible to “follow the action” by cropping various sections of the exported JPG sequence with the same crop window size postioned differently. This will appear as a jump cut in the final movie.
When converting a small crop area to AVI, try using vMovie to up-sample by 2X (for example, using 640 x 480 as the output size for 320 x 240 cropped JPG’s) during the conversion as this will often produce better results than expanding on playback.
Use the (free) DIVX codec from within vMovie to create smaller high-quality AVI files. DIVX is also an extremely fast compressor in comparison with any standard Windows codecs.
Always keep the original video archive aside as part of the chain of evidence and bear in mind that the basic validation will be human affidavits confirming the continuity of that chain of evidence. Complete the entire process in one session and do not leave a window of time where someone else could make changes. Burn the results including the original archive on a DVD and keep it in a safe, with a lawyer, or on your person.
Leave a Comment » |
NVR Notes, System Administration | Tagged: Batch Crop, Crop, DIVX, DynaView, Evidence, vMovie, vPlay, XnView |
Permalink
Posted by Paul Galburt
October 18, 2008
The ability to administer a network video system from a remote location is a great time and cost saver. Windows remote desktop is commonly used for this purpose but does not work well with IP video environments. There are several available solutions that do work and an open source remote control package we highly recommend is UltraVNC.
UltraVNC consists of a server part installed on the machine(s) you wish to control remotely and a client part installed on your local machine. The machine(s) running UltraVNC server must be reachable by an IP address or Domain. Note that this IP address or domain could be temporary as long as it does not change during the remote control session. Complete installation instructions are provided for UltraVNC.
By default UltraVNC requires ports 5800 and 5900 to be open in your firewall. These ports may be changed if need be. You should not expect video viewed through UltraVNC to be of good quality – this package is meant for control and admnistration and will serve the purpose very well.
Leave a Comment » |
NVR Notes, SOC Notes, System Administration | Tagged: Add new tag, DynaView, IPVideo, Remote Control, VNC |
Permalink
Posted by Paul Galburt