summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian <stayawake@lavabit.com>2014-02-16 02:51:28 +0100
committerFlorian <stayawake@lavabit.com>2014-02-16 02:51:28 +0100
commitc280724b3c2a22fce4306c1b7e70e19a4a23dce6 (patch)
tree382d298e9144497a74002c46fd742cdfcab75275
parent010549c41168b6f3d47f236c647c6246e3c809a6 (diff)
added README with installation instructions
-rw-r--r--README32
1 files changed, 32 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..655d4fa
--- /dev/null
+++ b/README
@@ -0,0 +1,32 @@
+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"
+