From 544413f2d6de83e085d4489a1b9ccbaac3fa192d Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Fri, 26 Jun 2015 13:43:17 -0400 Subject: I am now reading the PTZ DB to figure out the right "move" command for the cameras --- www/templates/help.html | 22 ++++++++++++++-------- www/templates/monitors.html | 2 +- www/templates/montage.html | 2 +- 3 files changed, 16 insertions(+), 10 deletions(-) (limited to 'www/templates') diff --git a/www/templates/help.html b/www/templates/help.html index e5f18bd8..011f577c 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -9,21 +9,20 @@
-

What is an API path?

The latest versions of ZoneMinder have an API that is supposed to replace the XML skin. It is only available starting Zoneminder 1.29. If you don't have the API installed the client WILL NOT WORK. +

What do I enter for ZM Portal URL, Base path to cgi-bin and ZM API URL?

+
    +
  • ZM Portal URL: The URL using which you can access ZM (example http://myserver.ddns.net/zm)
  • +
  • CGI base path: The URL using which your cgi-bin directory is accessible (example http://myserver.ddns.net/). You don't have to enter cgi-bin explictly
  • +
  • API Url: The URL using which your API directory is accessible (example: http://myserver.ddns.net/zm/api)
  • +
-

What is ZM base URL, portal alias and API path

Okay, there are multiple ways you can install ZoneMinder. For example, let's say you access zoneminder via http://yourserver.com:8000/zm. Then, http://yoursever.com:8000 is the base portal URL and the alias is zm. It's important you get these right, otherwise the app won't be able to display the data. -
- - +

Since when does ZM have an API?

The latest versions of ZoneMinder have an API that is supposed to replace the XML skin. It is only available starting Zoneminder 1.29. If you don't have the API installed the client WILL NOT WORK. - -

What should I be entering in the Base URL and API URL?

The base url is typically of the format "http://yourserver:port/" (don't specify zm) The API url is typically of the format "http://yourserver:port/zm/api" But it depends on how you've installed ZoneMinder
-

I do not have authentication enabled but the app keeps asking me to specify authentication

If you don't use ZM authentication, just enter an "x" in both user name and password.
@@ -50,6 +49,13 @@ + + +

I can't connect using SSL!

+ Configuring SSL requires additional steps. It's not as simple as flipping the switch on in the app. Please read the instructions for more details. +
+ +

I want to contribute!

Awesome. Grab the source code!
diff --git a/www/templates/monitors.html b/www/templates/monitors.html index 1945fa22..13dcdb83 100644 --- a/www/templates/monitors.html +++ b/www/templates/monitors.html @@ -45,7 +45,7 @@
Configuration Events - Live View + Live View
diff --git a/www/templates/montage.html b/www/templates/montage.html index 7fed7ff3..46129fd8 100644 --- a/www/templates/montage.html +++ b/www/templates/montage.html @@ -32,7 +32,7 @@
- +
-- cgit v1.2.3