summaryrefslogtreecommitdiff
path: root/www/templates/events-modal.html
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-05-12 16:21:03 -0400
committerARC <arjunrc@gmail.com>2015-05-12 16:21:03 -0400
commit1d89f4873a603392fb16096b3816b6b232b38a63 (patch)
treef7544c00478e6e0c22c5c93d0695f67662ce10bd /www/templates/events-modal.html
parentb2367f35e32fad3f2383b9e124df87211f669b59 (diff)
Added ZM state control - start/stop/restart
Diffstat (limited to 'www/templates/events-modal.html')
-rw-r--r--www/templates/events-modal.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/templates/events-modal.html b/www/templates/events-modal.html
index 08dbe651..f53de46e 100644
--- a/www/templates/events-modal.html
+++ b/www/templates/events-modal.html
@@ -16,7 +16,7 @@
<div ng-if="!isSimulated()">
<ion-scroll has-bouncing=false min-zoom=1 zooming="true" direction="xy" style="width: 100%; ">
- <img imageonload="finishedLoadingImage()" ng-src="{{loginData.url}}/cgi-bin/zms?source=event&mode=jpeg&event={{eventId}}&frame=1&maxfps=5&replay=single&user={{loginData.username}}&pass={{loginData.password}}&connkey={{connKey}}&rand={{rand}}" width="100%" />
+ <img imageonload="finishedLoadingImage()" ng-src="{{loginData.streamingurl}}/cgi-bin/zms?source=event&mode=jpeg&event={{eventId}}&frame=1&maxfps=5&replay=single&user={{loginData.username}}&pass={{loginData.password}}&connkey={{connKey}}&rand={{rand}}" width="100%" />
</ion-scroll>