Search found 66 matches

by chippy99
Mon Oct 14, 2013 8:25 pm
Forum: ZoneMinder 1.26.x
Topic: 1.26.4 Error while decoding frame errors
Replies: 34
Views: 25360

1.26.4 Error while decoding frame errors

I just upgraded my 1.26.3 system to 1.26.4 and get lots of decoding frame errors in the system log and very slow frame rates/ corrupted images when viewing. Tried upgrading ffmpeg to latest version (version N-57145-g42a8d8a) and recompiled but still getting same errors. Cameras are using rstp and mj...
by chippy99
Thu Oct 03, 2013 8:10 pm
Forum: ZoneMinder 1.26.x
Topic: Error Starting - Bareword not allowed when use strict...
Replies: 3
Views: 2584

Re: Error Starting - Bareword not allowed when use strict...

I had the same error after I messed around with database settings and corrupted the Config table. I resolved it by recreating the Config table. I created a copy of zm_create.sql that is in the db directory and then removed everything except the lines that create the config table and further down in ...
by chippy99
Thu Jan 10, 2013 2:52 pm
Forum: ZoneMinder 1.25.x
Topic: zoneminder not compile with ffmpeg
Replies: 1
Views: 1066

Re: zoneminder not compile with ffmpeg

If you type

Code: Select all

./configure --help
you will se there is an option --with-ffmpeg=<path> prefix of ffmpeg root directory for libavcodec etc, default /usr

Try setting that

regards, John
by chippy99
Fri Aug 05, 2011 3:44 pm
Forum: ZoneMinder 1.25.x
Topic: ZoneMinder 1.25.0 - preview
Replies: 91
Views: 60977

Re: ZoneMinder 1.25.0 - preview

Hi, I have installed version 1.25.0-3492 onto a Ubuntu 11.04 server and all seems ok apart from I am getting a lot of error messages in the logs and I cannot view all of my cameras when using streaming, but jpg works ok. The errors in the log read "socket_sendto( /tmp/zm/zms-536032s.sock ) fail...
by chippy99
Tue Jul 12, 2011 11:35 am
Forum: ZoneMinder Hints & Tips
Topic: Using cheap PIR for motion detection
Replies: 3
Views: 8278

Using cheap PIR for motion detection

I bought a cheap IR day/night camera but it had terrible interference at night so I was getting false alarms all the time. I looked at using an X10 PIR for doing motion detection but it seemed a bit expensive and complicated so I decided to try using an ordinary burglar alarm PIR connected to the pa...
by chippy99
Thu Aug 31, 2006 6:28 am
Forum: ZoneMinder Previous Versions
Topic: Call to undefined function mysql_pconnect()
Replies: 3
Views: 3426

I had same problem and it was fixedby removing semi-colon from in front of
extension=mysql.so in php.ini.
On ubuntu php.ini is located in /etc/php5/apache2 directory.