summaryrefslogtreecommitdiff
path: root/server.js
diff options
context:
space:
mode:
authorChristian Franke <nobody@nowhere.ws>2014-03-19 19:01:12 +0100
committerChristian Franke <nobody@nowhere.ws>2014-03-19 19:01:12 +0100
commitabb2cc0561135360e2ad1bb057338667ba620fcb (patch)
tree5dd78e6079ce332a2029f595f2f6177aa950f65d /server.js
parent80efed22b3c0d43d285ebade7eb99259da2071b5 (diff)
Changes to formHEADmaster
Diffstat (limited to 'server.js')
-rw-r--r--server.js34
1 files changed, 17 insertions, 17 deletions
diff --git a/server.js b/server.js
index 46e3cda..9d421af 100644
--- a/server.js
+++ b/server.js
@@ -15,37 +15,37 @@ var storage_dir = '/home/untersuchung/storage';
var cameras = [
{
- baseurl: 'http://admin:123456@192.168.1.10',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/0',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.11',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/1',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.12',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/2',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.14',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/3',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.15',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/4',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.16',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/5',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.17',
- model: 'conceptronic'
+ baseurl: 'http://192.168.1.20:8080/cam/6',
+ model: 'mjpegplexer'
},
{
- baseurl: 'http://admin:123456@192.168.1.18',
- model: 'conceptronic'
- }
+ baseurl: 'http://192.168.1.20:8080/cam/7',
+ model: 'mjpegplexer'
+ },
];
var still_frames = [