Search found 14 matches

by hvisser
Tue Feb 26, 2008 10:47 am
Forum: ZoneMinder Previous Versions
Topic: Deleting Stored ZM Files
Replies: 2
Views: 2142

If you are talking about just video (like mpg files generated when uploading via email.) I have the following script which runs daily via cron to delete #!/bin/bash cd /tmp find / -name E*.mpg > Events.lst awk '{print "rm -vf "$0}' Events.lst > Events.del chmod +x Events.del ./Events.del > Events ...
by hvisser
Mon Jan 28, 2008 2:50 pm
Forum: ZoneMinder Previous Versions
Topic: Help a newbie choosing distro, version
Replies: 9
Views: 4393

No, I am using Mandriva 2008.0 Free DVD. (I suppose you could use One, not really had time to experiment with it though) I just ran the default install (custom partitioning though, automatic partitioning does a weird split) and selected the GNOME desktop as I prefer GNOME over KDE. First thing to do ...
by hvisser
Sun Jan 27, 2008 8:15 pm
Forum: ZoneMinder Previous Versions
Topic: Help a newbie choosing distro, version
Replies: 9
Views: 4393

I moved to Mandriva after having some problems with Ubuntu and ZM generating video. Search the Wiki for Mandriva, basic principles for 2007 also applies to 2008. There's also an article for 2008 (in French, but translates OK using Google translate) If you do not want to build from source, ZM 1.23.0 ...
by hvisser
Thu Jan 24, 2008 10:54 am
Forum: ZoneMinder Previous Versions
Topic: Date & Time in logs?
Replies: 1
Views: 1284

Date & Time in logs?

What determines the way the date & time is displayed in the logs (/tmp/zmfilter.log, etc)? Mandriva 2008.0 Free. Installed 1.23.0 from RPM, then upgraded to 1.23.1 by compiling from source. Before upgrade date was displayed in the logs as dd/mm/yyyy (UK/GB format), now since upgrade it is displayed ...
by hvisser
Mon Jan 21, 2008 12:00 am
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

Well, if you really want Ubuntu and you're not too worried about being on that up to date, OS version wise, you could always have a look at the Bluecherry LiveCD (I found it with a Google search think it might have been on SourceForge). It's based on Xubuntu 6.06.1 LTS (Ubuntu with XFCE) desktop ...
by hvisser
Sun Jan 20, 2008 7:33 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

I'm sorry to report that I have to admit defeat on this one. Done a fresh install of Mandriva 2008 (with ZM 1.23.0 as well!) using the article from the Wiki and other articles I Googled and I've got a fully working install now. Really bummed, because I had good motivation for using Ubuntu (new ...
by hvisser
Sat Jan 19, 2008 5:30 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

If you edit zm_funcs.php, find the createVideo function and add in a line error_log( $command ); before the exec line it will output the command to your web error log. You could then try running that command directly from a shell to see if you get the same size file. Likewise, you can edit zmfilter ...
by hvisser
Fri Jan 18, 2008 8:35 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

I agree with you. After my last post, first thing I tried was to remove the > /tmp/ffmpeg.log from line 383 of zmvideo.pl Now I don't get a zero byte file at /tmp/ffmpeg.log any more. I then started looking at zmfilter.pl to see if there is some error in the way it calls zmvideo.pl, but I didn't try ...
by hvisser
Fri Jan 18, 2008 7:13 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

Didn't make any other changes after removing the "&". Figured I would leave it and make a partimage of the "what I thought was working" system before fiddling with it again. Totally bummed. Don't have any debugging turned on. One thing I have noticed, if I delete the /tmp/ffmpeg.log file, it gets ...
by hvisser
Fri Jan 18, 2008 6:42 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

Sorry, but I think I jumped the gun. It worked for the first 3 or so, then started playing up again, now it makes now difference, despite reboot, etc.

Let me know what happens with yours.
by hvisser
Fri Jan 18, 2008 11:41 am
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

The following seems to have resolved my problem. I saw a post a while back that stated: Check in zmvideo.pl and change ">& ffmpeg.log" to "&> /tmp/ffmpeg.log" PS: This is on line 323 I made that change last night and I suspected after that change it 'broke' the mpg's I thought changing it back would ...
by hvisser
Fri Jan 18, 2008 12:10 am
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.04 FTP and Email
Replies: 3
Views: 2017

Peter, I used the latest DEB from your ftp site (I think ftp://www.northern-ridge.com.au/zoneminder/ubuntu/edgy/zoneminder_1.22.3-10_i386.deb ). Great work, saved a lot of hassle! I'm not really sure why that fixed the problem, when I looked back at the old setup with 6.06.1 (from Bluecherry Live CD ...
by hvisser
Thu Jan 17, 2008 11:54 pm
Forum: ZoneMinder Previous Versions
Topic: Videos working, but not when filter generated
Replies: 19
Views: 9357

I have the same problem. A filter generated mpg will not play in Media Player or GOM Player but it will play in Quicktime and Nero Showtime. If I go to the same event in ZM, delete the generated mpg and regenerate it, it will play fine in all of the above. The filter generated file is 601099bytes ...
by hvisser
Thu Jan 17, 2008 9:37 pm
Forum: ZoneMinder Previous Versions
Topic: Ubuntu 7.04 FTP and Email
Replies: 3
Views: 2017

Ubuntu 7.04 FTP and Email

Recently moved from: (Original Setup) PIII 1 GHz, 1.5G Ram, 250G IDE, 4 Port Pico2000 Bluecherry LiveCD installed (Ubuntu 6.06.1 Desktop with XFCE) To: (New Setup) P4 2.8 GHz, 2G RAM, 250G IDE, 8 Port Kodicom 8800 Ubuntu 7.04 Server fresh install following the instructions from the Wiki Article I ...