diff options
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index f03677b7..6841bb1c 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -843,7 +843,7 @@ angular.module('zmApp.controllers') "&scale=50"; frame += $rootScope.authSession; - frame += NVR.insertBasicAuthToken(); + frame += NVR.insertSpecialTokens(); return frame; }; @@ -2043,7 +2043,7 @@ angular.module('zmApp.controllers') stream += $rootScope.authSession; - stream += NVR.insertBasicAuthToken(); + stream += NVR.insertSpecialTokens(); // console.log (stream); //console.log ("EVENT="+stream); return stream; @@ -2082,7 +2082,7 @@ angular.module('zmApp.controllers') stream += $rootScope.authSession; stream += appendConnKey(monitor.Monitor.connKey); - if (stream) stream += NVR.insertBasicAuthToken(); + if (stream) stream += NVR.insertSpecialTokens(); //randEachTime(); |
