Search found 1552 matches

by asker
Sat Feb 06, 2016 11:08 pm
Forum: ZoneMinder 1.29.x
Topic: Camera Simulation for Demostration Purposes?
Replies: 7
Views: 4062

Re: Camera Simulation for Demostration Purposes?

Right - the file mode makes it easy to loop.
I haven't tried that exact ffmpeg command but you can always store the file in a readable directory and ZM will read and display it. Give it a try with a single image first and then write a script to change it and loop . It should work.
by asker
Sat Feb 06, 2016 8:13 pm
Forum: ZoneMinder 1.29.x
Topic: Camera Simulation for Demostration Purposes?
Replies: 7
Views: 4062

Re: Camera Simulation for Demostration Purposes?

Zoneminder has a "file" mode as camera source which does exactly this. You can point it to a JPEG somewhere and that becomes the feed. You keep changing the JPEG as often as you need and it becomes a video.
by asker
Sat Feb 06, 2016 8:11 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8679

Re: API on Debian

ok fair enough
by asker
Sat Feb 06, 2016 8:05 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8679

Re: API on Debian

Oh wait, MJN I re-read your post. You really are on 1.29, not a hacked version of 1.28 + API attempt. I think it was someone else who emailed me with that problem. I think in your case its a simple matter of not pulling in the API directories when you followed that link. I don't think the link you f...
by asker
Sat Feb 06, 2016 7:54 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8679

Re: API on Debian

okay, I feel for you folks- I have no idea what plans the debian maintainer has for 1.29. If one of you can give me a 1.28 install that is working with one camera on debian, I'll get the APIs working completely on it. I need ssh access as root. If any debian user is upto it, please email me access d...
by asker
Sat Feb 06, 2016 7:44 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8679

Re: API on Debian

With respect to the roll your own package instructions, I have an open PR that is yet to be merged. But if you already have 1.29 you shouldn't need it. https://github.com/ZoneMinder/ZoneMinder/pull/1248 (see ubuntu.rst inside that PR). I'm really not sure if it will work out of the box for debian - ...
by asker
Sat Feb 06, 2016 7:41 pm
Forum: ZoneMinder 1.28.x
Topic: API on Debian
Replies: 16
Views: 8679

Re: API on Debian

You already have 1.29 installed? What happens when you go to /zm/api ? Lets start from there
by asker
Sat Feb 06, 2016 6:17 pm
Forum: ZoneMinder 1.29.x
Topic: Update issues on centos 7
Replies: 2
Views: 1733

Re: Update issues on centos 7

Have you read https://github.com/ZoneMinder/ZoneMinde ... ME.Centos7 ?
I think it should address all your issues. This readme should have also been copied to your local install with a note to read it or ZM won't work.
by asker
Sat Feb 06, 2016 3:34 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

oh correct, sorry, it was 1.28.109.
by asker
Sat Feb 06, 2016 3:33 pm
Forum: ZoneMinder 1.29.x
Topic: API Events order
Replies: 2
Views: 23095

Re: API Events order

As far as I know, that is not possible today. The EventsController returns events sorted in ascending order. Having said that, CakePHP offers many ways to filter and if you figure out a syntax that works (take a look at http://book.cakephp.org/2.0/en/development/routing.html) let me know. What I do ...
by asker
Sat Feb 06, 2016 3:23 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

I know zmView folks updated their code to work with 1.29 - there was a post here a few weeks ago, so you may need to update zmView
by asker
Sat Feb 06, 2016 3:15 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

Yes, it has changed
https://github.com/pliablepixels/zmNinj ... nitor-view

BTW, have you tried zmNinja?
by asker
Sat Feb 06, 2016 3:03 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

so the problem is resolved (, I hope). We don't know _exactly_ how or why, but it works now.
by asker
Sat Feb 06, 2016 2:37 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

What's confusing me is why you are getting a /zm/api not found error if you turn on auth. It should at worst, return a 404 Not authenticated. In your case it seems like htaccess stops working if you enable OPT_USE_AUTH which I can't seem to correlate. Would you mind trying from a different browser? ...
by asker
Sat Feb 06, 2016 2:22 pm
Forum: ZoneMinder 1.29.x
Topic: Clean Install API Permission Issues
Replies: 24
Views: 38897

Re: Clean Install API Permission Issues

I'm a little stumped. Any chance I can get access to your instance? If so, please shoot me an email at pliablepixels at gmail