Search found 6 matches

by RichardK
Tue Jun 25, 2013 1:54 am
Forum: ZoneMinder 1.25.x
Topic: Corrupted frames every couple minutes. using RTSP Stream
Replies: 9
Views: 7260

Re: Corrupted frames every couple minutes. using RTSP Stream

Try adding ?tcp to the end of your rtsp source URL.
by RichardK
Tue Jun 11, 2013 2:20 am
Forum: ZoneMinder 1.25.x
Topic: Default event view - changed?
Replies: 3
Views: 2514

Re: Default event view - changed?

OK, I found it. It's hardcoded in: /usr/share/zoneminder/skins/classic/views/console.php Find the following four lines: array( "cnj" => "and", "attr" => "DateTime", "op" => ">=", "val" => "-1 hour" ), array( "cnj" => "and", "attr" => "DateTime", "op" => ">=", "val" => "-1 day" ), array( "cnj ...
by RichardK
Mon Jun 10, 2013 12:05 pm
Forum: ZoneMinder 1.25.x
Topic: Default event view - changed?
Replies: 3
Views: 2514

Re: Default event view - changed?

I have noticed this as well. The previous behavior was much more convenient.
by RichardK
Fri Mar 12, 2010 6:49 pm
Forum: User Contributions
Topic: Fix 'remote' AUTH_TYPE
Replies: 2
Views: 2972

Using remote authentication also completely breaks ZM_AUTH_RELAY since it's based partly on the password (and there's no password). So AUTH_RELAY has to be set to NONE or you get no streams and lots of errors like Undefined index: passwordHash. Luckily for my purpose that's not important (I'm ...
by RichardK
Fri Mar 12, 2010 6:09 pm
Forum: User Contributions
Topic: Fix 'remote' AUTH_TYPE
Replies: 2
Views: 2972

Yikes! I just spent a day troubleshooting this.

Don't fixes like this warrant a code release? This causes an infinite loop on login.
by RichardK
Mon May 11, 2009 4:13 am
Forum: User Contributions
Topic: Debian/Ubuntu package for 1.24
Replies: 28
Views: 33400

Re: Oh, and I wouldn't recommend upgrading

I have not tested upgrading from an existing 1.23.3 install yet . . . so you have been warned. I have. Upgraded from Ubuntu 8.10 to 9.04 at the same time. The only issue I've noticed so far was that zm_update-1.23.3.sql and zm_update-1.24.0.sql seemed to be missing, so I had to add them in from the ...