Search found 1552 matches

by asker
Fri Jun 12, 2015 12:17 pm
Forum: ZoneMinder 1.28.x
Topic: user logged in timeout?
Replies: 8
Views: 26995

Re: user logged in timeout?

Okay, thanks that at least eliminates one area of research. I'll keep digging -- I'm probably missing something staring right at me. I'll let you know if I find something. Based on what I have seen so far, there are a few candidates: a) ZM's authentication logic is resetting the authentication sessi...
by asker
Thu Jun 11, 2015 11:52 pm
Forum: ZoneMinder 1.28.x
Topic: Using on-camera motion detection
Replies: 5
Views: 3866

Re: Using on-camera motion detection

Is anyone using on-camera motion detection with Grandstream cameras? Possibly using the "Alarm HTTP server" setting to communicate motion triggers to zmtrigger.pl, similar to what's described in the Axis motion detection wiki ? I used to use it for my foscams http://www.zoneminder.com/wik...
by asker
Thu Jun 11, 2015 11:10 pm
Forum: ZoneMinder 1.28.x
Topic: user logged in timeout?
Replies: 8
Views: 26995

Re: user logged in timeout?

I've been trying to find out the same too - haven't figured out (yet) which part of the code is doing this. There are no cookies that control this for sure. You said it was random -- do you know an approximate time period? Also, can you check something for me -- please go to the directory where zone...
by asker
Fri Jun 05, 2015 3:27 pm
Forum: ZoneMinder 1.28.x
Topic: IP Cameras Randomly Disconnect
Replies: 7
Views: 4057

Re: IP Cameras Randomly Disconnect

I assume you are on 1.28 or above (as this is the forum for that version) If so, take a look at http://www.zoneminder.com/wiki/index.php/Math_for_Memory_-_knowing_how_much_memory_you_need_and_how_to_optimize --> the last section on how to increase mapped memory (you have increased shared memory whic...
by asker
Thu Jun 04, 2015 2:13 pm
Forum: ZoneMinder 1.28.x
Topic: HTML5 compatible video for live & replay
Replies: 1
Views: 1873

Re: HTML5 compatible video for live & replay

As of today, ZM stores images as jpegs so you won't be able to use an HTML video tag with the mime types that it expects. There is a video branch of ZM (check github) where folks have done some basic work on video, but its only gone as far as directly storing video instead of jpeg. You can check out...
by asker
Thu Jun 04, 2015 1:42 pm
Forum: ZoneMinder 1.28.x
Topic: Some Cameras Work, Some Don't
Replies: 3
Views: 2047

Re: Some Cameras Work, Some Don't

I have a hunch this may have to do not with the camera but the amount of mapped memory you have due to this line below Can you try this: Delete all cameras that you think are working and just keep the camera that is not working. Start with one. Restart ZM only with that bad camera and let me know if...
by asker
Fri May 29, 2015 11:58 pm
Forum: ZoneMinder 1.28.x
Topic: Limit access to ZM by hour
Replies: 4
Views: 1865

Re: Limit access to ZM by hour

Interesting that you went to mysql instead of handling it at the ZM level. Did you check what happens if say you enable streaming for a group, keep a browser window open so it keeps streaming and then you directly change the enabled to 0 at mysql level? Will that stream get disconnected from the bro...
by asker
Wed May 27, 2015 9:05 pm
Forum: ZoneMinder 1.28.x
Topic: ZM 1.28.0 with TONS of these in the log
Replies: 5
Views: 2505

Re: ZM 1.28.0 with TONS of these in the log

thousands... I have thousands of these in my log file, 16,475 to be exact, in two days... 2015-05-27 12:03:52.546805 zma_m9 12066 INF ExtendAlarm count: 0, ExtendAlarm frames: 0 zm_zone.cpp 184 What is going on? Interesting. It looks like you are using preclusive zones in monitor 9 - the offending ...
by asker
Tue May 26, 2015 7:21 pm
Forum: ZoneMinder 1.25.x
Topic: Filtering: Syntax for Signal Lost Event?
Replies: 5
Views: 5019

Re: Filtering: Syntax for Signal Lost Event?

What exactly are you trying to do? Your original post wasn't clear about what your goal was. Are you trying to prevent an event from being logged if you have a Signal Loss? https://github.com/ZoneMinder/ZoneMinder/blob/master/src/zm_monitor.cpp#L1410 https://github.com/ZoneMinder/ZoneMinder/blob/mas...
by asker
Sat May 16, 2015 3:33 pm
Forum: ZoneMinder 1.28.x
Topic: remote IP camera
Replies: 5
Views: 2978

Re: remote IP camera

Ah, I assumed the OP meant accessing the camera over 3G (i.e. a phone connected to ZM over 3G). You are correct, if the OP meant the camera itself is connected via 3G. Camera connected over 3G? No, you can't. At least not without a vpn connection. Problem is, 3G connections are usually behind a NAT ...
by asker
Fri May 15, 2015 10:43 pm
Forum: ZoneMinder 1.28.x
Topic: remote IP camera
Replies: 5
Views: 2978

Re: remote IP camera

Hi ALL, I have 3 questions: 1- Is it possible to access a remote camera connected via 3G connexion? 2- Is it possible to install this framework in a VPS that is accessed through command line (ssh). 3-could I use any IP camera or there is a comptability list of supported hardware Cordially, M.B 1. Y...
by asker
Wed May 13, 2015 11:30 pm
Forum: ZoneMinder 1.28.x
Topic: Problems with user authentication
Replies: 8
Views: 4586

Re: Problems with user authentication

No problem.

Bbunge - can you share some insight into what led you to suggest AUTH_RELAY as a problem? What does it do and what problem does it cause?
by asker
Wed May 13, 2015 11:25 pm
Forum: ZoneMinder 1.28.x
Topic: Vertical colored bars/stripes with high res IP-camera's
Replies: 2
Views: 2063

Re: Vertical colored bars/stripes with high res IP-camera's

What do you mean by vertical bars? Does it look like this: http://www.zoneminder.com/wiki/index.php/Doing_your_best_to_get_rid_of_smudging_in_FFMPEG_transcoding_of_RTSP_streams If so, its the infamous ffmpeg smudging problem Hey, I'm running zoneminder on a ESXI enviroment. (SSD 8GB for OS, SATA 250...
by asker
Tue May 12, 2015 9:01 pm
Forum: ZoneMinder 1.28.x
Topic: Carsh when Add new camera
Replies: 3
Views: 1391

Re: Carsh when Add new camera

This link may help you: http://www.zoneminder.com/wiki/index.php/Math_for_Memory_-_knowing_how_much_memory_you_need_and_how_to_optimize You are very likely running out of mapped memory. The parameters you changed don't help. do a "df -h" and see how much mapped memory you are already using...
by asker
Mon May 11, 2015 12:56 pm
Forum: ZoneMinder 1.28.x
Topic: Problems with user authentication
Replies: 8
Views: 4586

Re: Problems with user authentication

Hi, there are various things that could be happening. The key issue is that authentication failed, so ZMS does not stream. Some initial things for you to respond to: 1. Which version of ZM and how did you install it? Package or source? 2. Please post the contents of /etc/zm/apache.conf 3. I assume y...