blob: 655d4faba9637e2be6f9281d08972bf4a49a3512 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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"
|