diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-03 09:01:17 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-11-03 09:01:17 -0500 |
| commit | c737905b2c20f7a04dbdf3169c51711be71cb94a (patch) | |
| tree | 80706e966d838d6208d5723da95fa206f5f988a0 /www/js | |
| parent | 1793deb9977976ef8f390f3458b7e82380d5b445 (diff) | |
add random to low quality
Diffstat (limited to 'www/js')
| -rw-r--r-- | www/js/MontageCtrl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js index cc815e49..9abbcd03 100644 --- a/www/js/MontageCtrl.js +++ b/www/js/MontageCtrl.js @@ -2047,7 +2047,7 @@ angular.module('zmApp.controllers') if (currentStreamState == streamState.SNAPSHOT_LOWQUALITY) { stream = monitor.Monitor.streamingURL + - "/nph-zms?mode=single&scale=10&monitor="+ monitor.Monitor.Id ; + "/nph-zms?mode=single&scale=10&monitor="+ monitor.Monitor.Id + "&rand=" + randToAvoidCacheMem + monitor.Monitor.Id ; // console.log(stream); } else { |
