Search found 1552 matches

by asker
Tue Feb 02, 2016 4:47 pm
Forum: Mobile Apps and Event Server
Topic: self-signed cert and a warning from android
Replies: 2
Views: 3254

Re: self-signed cert and a warning from android

Given the number of people who miss the SSL instructions, and also the fact that Android, starting kitkat posts this weird message, I've removed the requirement to install SSL certs on the phone. This will be part of the next release.
by asker
Tue Feb 02, 2016 12:50 pm
Forum: Mobile Apps and Event Server
Topic: self-signed cert and a warning from android
Replies: 2
Views: 3254

Re: self-signed cert and a warning from android

Yup I hate this. It's apparently a security feature starting kitkat https://code.google.com/p/android/issues/detail?id=62076 Hi, after successfully installing and configuring zmNinja on android a message appears on the upper taskbar: "A third party is capable of monitoring your network activity...
by asker
Mon Feb 01, 2016 6:43 pm
Forum: ZoneMinder 1.28.x
Topic: Console display in XML
Replies: 3
Views: 2228

Re: Console display in XML

In the event you are stuck with this message when you try and view your web console, try to put in the following url

Code: Select all

http://your.server.com/zm/?skin=classic
by asker
Mon Jan 25, 2016 1:00 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja - Montage view issue (1.0.5)
Replies: 2
Views: 3677

Re: zmNinja - Montage view issue (1.0.5)

Hi, yes, zmNinja has two modes of display: a) Arrange by row (horizontal dots) (usually better with similar sized monitors) b) Arrange by columns (vertical dots) (usually better with dissimilar sized monitors) You should choose one that works best for your dimensions of cameras. Here is how it works...
by asker
Wed Jan 20, 2016 4:59 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja / ldap
Replies: 4
Views: 5258

Re: zmNinja / ldap

Okay, I think I have a fix.

Let's test it first with your desktop client - do you use 32bit or 64bit? I'll send you a new version to test
by asker
Wed Jan 20, 2016 2:12 pm
Forum: Mobile Apps and Event Server
Topic: zmNinja / ldap
Replies: 4
Views: 5258

Re: zmNinja / ldap

Couple of notes: 1. The logs you sent me are not debug logs - you need to enable debug in zmNinja settings 2. Please don't truncate logs - I need to see everything to make sure I get the full picture 3. Please post a screenshot of your ZM settings in ZMNinja (mask out password, public IP) 4. Can you...
by asker
Wed Jan 20, 2016 11:34 am
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8711

Re: API on Debian

Ah yes that's true. You probably need to ask the Debian maintainer if they can create a 1.29-rc package. In the mean time you can try to get it working on 1.28 via that other link I posted.
by asker
Wed Jan 20, 2016 11:31 am
Forum: ZoneMinder 1.29.x
Topic: Ldap
Replies: 6
Views: 5733

Re: Ldap

Can you please post a detailed post in the mobile apps forum since this is a ZmNinja question?

Please mention the exact settings, screen shots of zmNinja is needed, and the use case along with debug logs from zmNinja. I'd like to solve it but don have enough information.
by asker
Wed Jan 20, 2016 9:42 am
Forum: ZoneMinder 1.29.x
Topic: Ldap
Replies: 6
Views: 5733

Re: Ldap

If you are using basic auth in ZM:
a) Don't enable login in zmNinja - that is only for OPT_AUTH
b) In the URL part of zmNinja, specify it as user:password@server/zm/
by asker
Tue Jan 19, 2016 9:44 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8711

Re: API on Debian

To get APIs working I'd recommend you switch to 1.29 It is technically possible to make it work with 1.28 but involves various steps and patches. If you must go down this path, which I don't recommend, take a look at https://forums.zoneminder.com/viewtopic.php?f=32&t=23878 and contact the user w...
by asker
Tue Jan 19, 2016 6:36 pm
Forum: ZoneMinder 1.29.x
Topic: Ldap
Replies: 6
Views: 5733

Re: Ldap

You mean LDAP authentication? I've seen several people configure Apache for LDAP authentication
by asker
Tue Jan 19, 2016 11:42 am
Forum: ZoneMinder 1.28.x
Topic: Using API
Replies: 1
Views: 1640

Re: Using API

The daemon check API also returns a status text, that has substring text like "not running", "pending", "Unable to connect" - you can use those values to check further. With respect to documentation, http://zoneminder.readthedocs.org/en/stable/api.html I think I've cove...
by asker
Sun Jan 17, 2016 2:21 pm
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85430

Re: open source ZM client: ZmNinja (uses ZoneMinder APIs)

I think I need to re-look at the code and optimize. A brief answer: ZM web console plays back events via zms, zmNinja directly accesses images skipping zms. I used to use zms before, but I found the direct image access to be better, especially in the scrubbing section. In your case, it seems to be w...