Index: ssts-web/src/main/resources/spring/projects/demo/video-monitor.xml =================================================================== diff -u --- ssts-web/src/main/resources/spring/projects/demo/video-monitor.xml (revision 0) +++ ssts-web/src/main/resources/spring/projects/demo/video-monitor.xml (revision 27289) @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + \ No newline at end of file Index: ssts-web/src/main/resources/config/demo/videoServerConfig.json =================================================================== diff -u --- ssts-web/src/main/resources/config/demo/videoServerConfig.json (revision 0) +++ ssts-web/src/main/resources/config/demo/videoServerConfig.json (revision 27289) @@ -0,0 +1,7 @@ +{ +"serverConfig": { + "apiPath": "http://192.168.2.61:5000/webapi/", + "username": "admin", + "password": "p2ssword" + } +} \ No newline at end of file