diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-07 11:17:41 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-09-07 11:17:41 -0400 |
| commit | 80df2dd4f201e8dc0a0a75b3da9d6a6fccad2d4e (patch) | |
| tree | aea35ec83e3107bd9ab865b1c25ad03d8a299484 /www/js/MontageCtrl.js | |
| parent | d9efca3c334b26eed0a884015dcd969f352e82b3 (diff) | |
#702 add scheme if missing
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index 41f97664..37993b1e 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -1751,6 +1751,7 @@ angular.module('zmApp.controllers') return ""; } + //console.log ("STREAMING="+monitor.Monitor.streamingURL); stream = monitor.Monitor.streamingURL + "/nph-zms?mode=" + getMode() + "&monitor=" + monitor.Monitor.Id + |
