summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2020-09-24 17:27:02 -0400
committerPliable Pixels <pliablepixels@gmail.com>2020-09-24 17:27:02 -0400
commitb321c0ee139571530a685edc187e29055b099789 (patch)
treeeaff0e8c4ca257a9226904e18bf3370e7061207b /docs
parentae1ac7852c5f3165c19b9af8f9506eccf78ca80f (diff)
performance faq
Diffstat (limited to 'docs')
-rw-r--r--docs/guides/FAQ.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst
index 314cd3f4..4bb8e90c 100644
--- a/docs/guides/FAQ.rst
+++ b/docs/guides/FAQ.rst
@@ -615,6 +615,21 @@ monitors as you need. Read
`this <https://medium.com/zmninja/multi-port-storage-areas-and-more-d5836a336c93>`__
post for more details.
+
+Montage is killing my server
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- Remember, that by default, zmNinja montage streaming works differently from ZM's web console.
+ ZM's web console uses ``nph-zms`` (The MJPEG streamer) to stream live views. The problem with this
+ approach is you can't see more than 6 monitors at the same time, on Chrome. Read the note just above this.
+ The short therefore is if you want comparable performance, enable `multiport <https://medium.com/zmninja/multi-port-storage-areas-and-more-d5836a336c93>`__
+ as described above. As of today, zmNinja doesn't have a way to use constant streaming if you have less than
+ 6 monitors.
+- Make sure you close your browsers (ZM web) when testing zmNinja, if load is an issue.
+- Reduce "Montage Image Scale" in developer settings and see if it helps
+- Enable "Disable Alarm API in Montage" in developer settings
+
+
Event images/streaming related
------------------------------