Search found 30 matches
- Fri Mar 20, 2009 12:49 pm
- Forum: ZoneMinder Previous Versions
- Topic: How far is motion detected?
- Replies: 1
- Views: 1946
- Fri Mar 20, 2009 12:44 pm
- Forum: ZoneMinder Previous Versions
- Topic: Missing /var/lib/zm and a few scripts
- Replies: 3
- Views: 2536
Thanks, Cordel. I did manage to work out the paths using --prefix=... To duplicate the liveCD install, I see that the zmdbbackup is executed from the /etc/logrotate.d/zm file. What I can't figure out is why that file is not created/installed when I install from the complied version. Do I have to set ...
- Thu Mar 19, 2009 7:43 pm
- Forum: ZoneMinder Previous Versions
- Topic: Missing /var/lib/zm and a few scripts
- Replies: 3
- Views: 2536
Missing /var/lib/zm and a few scripts
Hi All, Probably a simple problem, but when ZM is installed from the live cd, I get the directory /var/lib/zm setup with the .pl files and also populated the zmdbbackup, zmdbrestore and the backup sql file that gets created automatically once a week. When I installed from source, I end up with most ...
- Wed Mar 11, 2009 8:11 pm
- Forum: ZoneMinder 1.24.x
- Topic: Invalid Jpeg Structure...failed to capture
- Replies: 11
- Views: 10463
By the way, for the 1.23.3 "make install", it can't find ffmpeg/avformat.h and swscale.h, although they both exist. How do I specify the location? (They are in /usr/local/include/libavformat/avformat.h and /usr/local/include/libswscale/libswscale.h I had a tough enough time making the 1.24.1 compile ...
- Wed Mar 11, 2009 7:21 pm
- Forum: ZoneMinder 1.24.x
- Topic: Invalid Jpeg Structure...failed to capture
- Replies: 11
- Views: 10463
- Wed Mar 11, 2009 7:14 pm
- Forum: ZoneMinder 1.24.x
- Topic: Warning: ffmpeg/avformat.h present but cannot be compiled
- Replies: 6
- Views: 4452
ffmpeg -version FFmpeg version 0.5, Copyright (c) 2000-2009 Fabrice Bellard, et al. configuration: --enable-swscale --enable-gpl libavutil 49.15. 0 / 49.15. 0 libavcodec 52.20. 0 / 52.20. 0 libavformat 52.31. 0 / 52.31. 0 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 7. 1 / 0. 7. 1 I think SVN is ...
- Wed Mar 11, 2009 3:46 pm
- Forum: ZoneMinder 1.24.x
- Topic: Invalid Jpeg Structure...failed to capture
- Replies: 11
- Views: 10463
Invalid Jpeg Structure...failed to capture
Hi, I'm testing a new 1.24.1 install against an existing 1.23.x install. On the new one, I am receiving the following messages (only one test IP cam installed) zmc_m1[7908]: ERR [Invalid JPEG file structure: two SOI markers] zmc_m1[7908]: ERR [Unable to decode jpeg] zmc_m1[7908]: ERR [Failed to ...
- Wed Mar 11, 2009 3:29 pm
- Forum: ZoneMinder 1.24.x
- Topic: Warning: ffmpeg/avformat.h present but cannot be compiled
- Replies: 6
- Views: 4452
- Tue Mar 10, 2009 8:27 pm
- Forum: ZoneMinder 1.24.x
- Topic: Warning: ffmpeg/avformat.h present but cannot be compiled
- Replies: 6
- Views: 4452
- Tue Mar 10, 2009 4:29 pm
- Forum: ZoneMinder 1.24.x
- Topic: Warning: ffmpeg/avformat.h present but cannot be compiled
- Replies: 6
- Views: 4452
Warning: ffmpeg/avformat.h present but cannot be compiled
Hi all, During the ./configure stage, I received the following warning: configure: WARNING: ffmpeg/avformat.h: present but cannot be compiled ...check for missing prerequisite headers? ...see the Autoconf documentation ...section "Present But Cannot Be Compiled" ...proceeding with the preprocessor's ...
- Tue Nov 25, 2008 6:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: Remote Authentication Option: Explaination?
- Replies: 1
- Views: 2851
Remote Authentication Option: Explaination?
Hi all, I understand the built-in authentication method for Zoneminder, but, after reading the help info, I don't have a good understanding of the "remote" authentication. If I wanted to authenticate users via a front-end webpage on a different server, how can I use the 'remote' method, and are ...
- Fri Nov 07, 2008 9:26 pm
- Forum: Non-ZoneMinder Chat
- Topic: Convert Unix_timestamp string in Perl
- Replies: 1
- Views: 1995
Convert Unix_timestamp string in Perl
Hi,
I'm making a small mod to the zmvideo script to add the time and date to the Mpg file name.
Could someone suggest how to convert the unix_timestamp string from
'2007-10-04 22:23:00'
to '2007-10-24_22_23_00' in perl ?? I'm definitely not a perl expert.
Thanks in advance,
Joel
I'm making a small mod to the zmvideo script to add the time and date to the Mpg file name.
Could someone suggest how to convert the unix_timestamp string from
'2007-10-04 22:23:00'
to '2007-10-24_22_23_00' in perl ?? I'm definitely not a perl expert.
Thanks in advance,
Joel
- Fri Nov 07, 2008 1:38 pm
- Forum: ZoneMinder Previous Versions
- Topic: Generate mpg via filter; file naming convention
- Replies: 4
- Views: 2604
- Thu Nov 06, 2008 2:20 pm
- Forum: ZoneMinder Previous Versions
- Topic: Generate mpg via filter; file naming convention
- Replies: 4
- Views: 2604
- Tue Nov 04, 2008 4:57 pm
- Forum: ZoneMinder Previous Versions
- Topic: Generate mpg via filter; file naming convention
- Replies: 4
- Views: 2604
Generate mpg via filter; file naming convention
Hi, I'm running a filter, via a cron job once per day, to generate mpg videos for all events that day, that are then copied to another server. Is there a simple way to add the date/time of the event into the filename as the file is generated? IE: "Event-nnnn-yyyymmdd-hhmmss.mpg" as the output file ...