Go to file
Florian 2d6dde82eb print and window.close() now available in print.html 2014-02-16 02:51:44 +01:00
css form has no top margin anymore 2014-02-14 19:24:05 +01:00
img added print button 2014-02-14 19:17:59 +01:00
js print and window.close() now available in print.html 2014-02-16 02:51:44 +01:00
.gitignore added .gitignore 2014-01-24 12:40:45 +01:00
README added README with installation instructions 2014-02-16 02:51:28 +01:00
cam.html bugfix: enter triggers hide form, after form display due to focus 2014-02-16 00:58:49 +01:00
print.html added printing window and function 2014-02-14 21:58:39 +01:00

README

This Interface is developed to work with firefox 27.0.1.

Installation
============

1.	Download mjpegplexer: 
	http://git.sublab.org/mjpegplexer/

2. 	Setup mjpegplexer properly.

3. 	Copy the contents of cctv-control to the root 
	of your webserver and set the camera-host-IP 
	to the server that runs mjpegplexer. 

Omit Printing-Dialogue
======================

To make firefox not display the printing dialogue a config
option needs to be added. I recommend to print to a file, 
for everything to work as expected.

1. 	enter "about:config" and hit enter

2. 	create a new boolean (right-click) 
	with the name "print.always_silent_print" 
	and set it to "true"

3.	set "print.print_to_file" to "true"

4. 	set your preferred filename in 
	"print.print_to_filename"