Search found 8 matches

by jhmiller
Wed Dec 09, 2015 10:30 am
Forum: ZoneMinder 1.28.x
Topic: API with nginx
Replies: 10
Views: 6767

Re: API with nginx

Did you follow my guide to build ZM for OMV?

If so it has been updated to include the api. follow it again to build and updated package and it will upgrade your current 1.28 to 1.28.109. Don't change anything yourself as the upgrade may fail if you do.
by jhmiller
Tue Dec 08, 2015 11:24 pm
Forum: ZoneMinder 1.28.x
Topic: API with nginx
Replies: 10
Views: 6767

Re: API with nginx

This is the conf that I am currently using location /zm/cgi-bin { gzip off; alias /usr/lib/cgi-bin; include /etc/nginx/fastcgi_params; fastcgi_param SCRIPT_FILENAME $request_filename; fastcgi_pass unix:/var/run/fcgiwrap.socket; } location /zm { gzip off; alias /usr/share/zoneminder; index index.php;...
by jhmiller
Mon Dec 07, 2015 11:13 pm
Forum: ZoneMinder 1.28.x
Topic: API with nginx
Replies: 10
Views: 6767

Re: API with nginx

Yep they all work. I installed this version on my production machine and used your desktop app to double check and everything looks to be working great. I have been working on Zoneminder for the debian (wheezy) based OpenMediaVault NAS O/S and I suspect that the webui for the O/S is the cause of the...
by jhmiller
Thu Dec 03, 2015 2:54 pm
Forum: ZoneMinder 1.28.x
Topic: API with nginx
Replies: 10
Views: 6767

Re: API with nginx

After some playing around with the config I managed to call the current version via the API from http://192.168.123.66/zm/api/host/getVersion.json { "version": "1.28.109", "apiversion": "1.28.109.1" } I still get "URL rewriting is not properly configured ...
by jhmiller
Wed Dec 02, 2015 5:53 pm
Forum: ZoneMinder 1.28.x
Topic: API with nginx
Replies: 10
Views: 6767

API with nginx

Trying to get the API working with nginx without any luck. I can see x.x.x.x/zm/api/index.php but that just shows an error/warning "URL rewriting is not properly configured on your server. 1) Help me configure it 2) I don't / can't use URL rewriting" If I follow option 2 (I don't / can't u...
by jhmiller
Fri Jun 26, 2015 11:35 am
Forum: Mobile Apps and Event Server
Topic: open source ZM client: ZmNinja (uses ZoneMinder APIs)
Replies: 100
Views: 85747

Re: Working on an open source ZM client: ZmNinja

Could I test the android app?
I have been working on a ZM plugin for Openmediavault. I think i have built the package with the API commands but I am not sure how to test apart from using your app.

Thanks
Miller
by jhmiller
Fri Feb 13, 2015 6:09 pm
Forum: ZoneMinder 1.28.x
Topic: Compile error
Replies: 1
Views: 1357

Compile error

Compiling on wheezy and get this at the end. debian/rules override_dh_install make[1]: Entering directory `/tmp/ZoneMinder' dh_install --fail-missing dh_install: usr/lib/perl/5.14/perllocal.pod exists in debian/tmp but is not installed to anywhere dh_install: usr/lib/perl5/auto/ZoneMinder/.packlist ...
by jhmiller
Sat Mar 01, 2014 10:17 am
Forum: Hardware Compatibility List
Topic: saa7134 Card
Replies: 0
Views: 1633

saa7134 Card

I had been trying to get zoneminder working with a USB capture key but could never display a live feed or events, stills and video generation worked ok. Thought it must be down to the USB device so started looking for a pci card to use, I was very lucky and found a brand new saa7134 4 chip card on e...