Search found 38 matches
- Wed Feb 12, 2014 5:50 pm
- Forum: ZoneMinder 1.26.x
- Topic: AutoLogin via link or hash ?
- Replies: 8
- Views: 57285
Re: AutoLogin via link or hash ?
Well, in that is the rub. Zoneminder specifically says it can receive passed authentication tokens from http basic auth, however, it does not appear to be the case. Still digging into that one to be honest. I will let you know what I find out, but at this point it will not have the ability to handle ...
- Wed Feb 12, 2014 5:47 pm
- Forum: ZoneMinder 1.26.x
- Topic: Interesting picture
- Replies: 17
- Views: 9360
Re: Interesting picture
I have seen it before, not with zoneminder however, but it is caused by jpeg corruption. If this occurs only when the IR cutter is moving, it may be a limitation of the camera to handle the "flashing" from the transition of the cutter. Does this clear up as the imagery "calms down"? Do you have ...
- Sat Feb 08, 2014 4:07 am
- Forum: ZoneMinder 1.26.x
- Topic: AutoLogin via link or hash ?
- Replies: 8
- Views: 57285
Re: AutoLogin via link or hash ?
Sorry for the delay, I did manage to get this working as requested in a VM on CentOS (Apache config should be OS independent). Here is how I was able to do it: 1. Disable authentication with zoneminder UI completely 2. Edit your apache configuration for zoneminder, CentOS path is /etc/httpd/conf.d ...
- Tue Jan 28, 2014 9:10 pm
- Forum: ZoneMinder 1.26.x
- Topic: AutoLogin via link or hash ?
- Replies: 8
- Views: 57285
Re: AutoLogin via link or hash ?
I would give this a try, (not going to promise anything because I have not tested and I do not have a sandbox zoneminder box) But.....create a user with read only access to events first, something complex as it will be embeded in the URL. Then change the following in the "Options" Under System ...
- Tue Jan 28, 2014 9:01 pm
- Forum: Feature Requests
- Topic: Zone Groups with Time Windows
- Replies: 2
- Views: 2911
Zone Groups with Time Windows
I believe it would be a nice addition to have something like "zone groups" where you would create a group with a name, IE (Day) and add zones to the group (just like adding zones currently) and then the group itself would have a validity period (IE 9a - 6p) or something, maybe with IR filter ...
- Sun Feb 03, 2013 5:29 pm
- Forum: ZoneMinder 1.25.x
- Topic: How to stop 'linked' or 'signal/linked' events on wifi cams?
- Replies: 5
- Views: 3502
Re: How to stop 'linked' or 'signal/linked' events on wifi c
I created a filter that runs in the background to delete those. It doesnt "fix" anything, but it saves my event history
- Sun Feb 03, 2013 5:27 pm
- Forum: ZoneMinder 1.25.x
- Topic: connect camera via https
- Replies: 1
- Views: 1981
Re: connect camera via https
SSL has a timeout, you will most likely be able to use the secured stream for a limited amount of time before the connection must close. I take it when you say "Public Web" you are indicating the internet? You may want to offload the encryption onto a device (or devices) designed to create secured ...
- Sun Feb 03, 2013 5:17 pm
- Forum: ZoneMinder 1.25.x
- Topic: Thousands of Blue Screen events on remote IP cameras
- Replies: 32
- Views: 105532
Re: Thousands of Blue Screen events on remote IP cameras
Hello, I am a network engineer, I had a similar problem and I found that TCP retransmissions were the root cause of the problem. You can validate this by installing tcpdump and tcptrace on your linux box (look for them in your package manager) then use the following filter: $ tcpdump -i [interface ...
- Wed Sep 26, 2012 8:24 am
- Forum: ZoneMinder 1.25.x
- Topic: access DVR through zoneminder client firefox and setup
- Replies: 5
- Views: 3980
Re: access DVR through zoneminder client firefox and setup
If you are using the web server daemon: mini_httpd you may want to ensure you have followed the documentation for adding the cgi-bin and php libraries
- Wed Sep 26, 2012 8:19 am
- Forum: ZoneMinder 1.25.x
- Topic: Dlink PTZ control script needed
- Replies: 8
- Views: 4664
Re: Dlink PTZ control script needed
When you get them attached I will be more than happy to take a look and see what I come up with
- Tue Sep 25, 2012 4:50 pm
- Forum: ZoneMinder 1.25.x
- Topic: ZoneMinder Console - Stopped
- Replies: 1
- Views: 1750
Re: ZoneMinder Console - Stopped
Click on "Stopped" and select "Start" and click apply
- Tue Sep 25, 2012 4:32 pm
- Forum: ZoneMinder 1.25.x
- Topic: Zoneminder Web Interface is really slow
- Replies: 12
- Views: 7880
Re: Zoneminder Web Interface is really slow
I admin a number of MySQL boxes and unfortunately I have run across this in the past. Quite annoying to say the least. You are looking for bug 34312 as reported to MySQL, ensure you are encountering this box and follow the work around provided by the developers. The bug report is below: http://bugs ...
- Tue Sep 25, 2012 4:27 pm
- Forum: ZoneMinder 1.25.x
- Topic: Install from source error on Ubuntu Server 10.04.
- Replies: 12
- Views: 7817
Re: Install from source error on Ubuntu Server 10.04.
Yes I definitely tried that, I believe it came down to the gcc compiler. The STDIO library in later versions (guessing here) must be implied. Something was out of date on this box and apt wasnt updating it for some reason. I didnt go through the sources to check if everything was current, I just ...
- Tue Sep 25, 2012 4:25 pm
- Forum: ZoneMinder 1.25.x
- Topic: Cannot add new monitor, grayed out
- Replies: 2
- Views: 2046
Re: Cannot add new monitor, grayed out
2 things come to mind quickly, either you are logged into a system where the username does not have the rights or zoneminder is not in a Running state
- Tue Sep 25, 2012 4:23 pm
- Forum: ZoneMinder 1.25.x
- Topic: zm.config - users
- Replies: 2
- Views: 2261
Re: zm.config - users
Yes, a file can only have 1 owner, but you can assign users to groups and give them rights if you want. Be careful though, configuration files generally are very restricted. You can see the following documentation on how to add users to groups: http://www.cyberciti.biz/faq/howto-linux-add-user-to ...