diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-17 10:21:27 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2019-07-17 10:21:27 -0400 |
| commit | 6ee0ee10713e1975a53d8a052d292875cf81009f (patch) | |
| tree | 8edb721e1d6af9d758871a8a6767debe02e0e86c /docs/guides/FAQ.rst | |
| parent | e980f7f9b25b3fcc1074ebfbe6de2b9741187f3b (diff) | |
added note on multiserver permissions
Diffstat (limited to 'docs/guides/FAQ.rst')
| -rw-r--r-- | docs/guides/FAQ.rst | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/guides/FAQ.rst b/docs/guides/FAQ.rst index 90510416..bf19b8ab 100644 --- a/docs/guides/FAQ.rst +++ b/docs/guides/FAQ.rst @@ -310,6 +310,11 @@ out later they skimmed details. - Please enable ``AUTH_HASH_LOGINS`` as well as set ``AUTH_RELAY`` to "hashed" +- If you are using multi-server, please make sure the user account has + "System View" permissions. This is needed to get access to the server API. + If zmNinja is unable to read the API, it will use the default portal URL, which + may fail. + - You think your APIs are working, but they are really not. If you open a browser and type in ``https://yourserver/zm/api/monitors.json`` and you see some text on top followed by monitor data, your APIs are @@ -501,6 +506,18 @@ I can't see streams: you have cgi-bin issues zoneminder->options->paths and check the value of the cgi-bin path - your zmNinja path will be "base path of your server" + cgi-bin path. +I can't see some streams (some work): you have multi-server access issues +~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +If you are in a situation where some live streams work and some don't, +it is possible you are using multi-server. In this case, you need to make +sure the user account has "view" privileges for "System". zmNinja uses the +``/server.json`` API to get multi-server data so it can figure out which IP:port +is used for streaming for that server. If it fails, it will fallback to the portal +URL which will likely be wrong. + + + zmNinja montage does not seem smooth - feeds seem a little delayed compared to ZM console ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
