Konfiguration fuer Nebenwohnung

This commit is contained in:
Christian Franke 2014-03-18 01:27:08 +01:00 committed by untersuchung
parent c35a1c1abb
commit cbc1ab14fd
2 changed files with 18 additions and 18 deletions

View File

@ -12,8 +12,8 @@
// This Software is licensed under the GPL Version 3, 29 June 2007 // This Software is licensed under the GPL Version 3, 29 June 2007
var cam = 0; var cam = 0;
var camHost = "127.0.0.1:8080"; var camHost = "192.168.1.20:8080";
var controlHost = "127.0.0.1:8080"; var controlHost = "192.168.1.20:8080";
var formActive = 0; //crazy errors if boolean is used here... var formActive = 0; //crazy errors if boolean is used here...
//create event which is triggered when DOM is ready //create event which is triggered when DOM is ready

View File

@ -11,36 +11,36 @@ var app = express();
var cameras = [ var cameras = [
{ {
baseurl: 'http://192.168.1.20:8080/cam/0', baseurl: 'http://admin:123456@192.168.1.10',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/1', baseurl: 'http://admin:123456@192.168.1.11',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/2', baseurl: 'http://admin:123456@192.168.1.12',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/3', baseurl: 'http://admin:123456@192.168.1.14',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/4', baseurl: 'http://admin:123456@192.168.1.15',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/5', baseurl: 'http://admin:123456@192.168.1.16',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/6', baseurl: 'http://admin:123456@192.168.1.17',
model: 'mjpegplexer' model: 'conceptronic'
}, },
{ {
baseurl: 'http://192.168.1.20:8080/cam/7', baseurl: 'http://admin:123456@192.168.1.18',
model: 'mjpegplexer' model: 'conceptronic'
} }
]; ];