Search found 21 matches
- Tue Aug 08, 2006 6:03 pm
- Forum: ZoneMinder Previous Versions
- Topic: filesystem related bug found
- Replies: 10
- Views: 4540
well..
having a lot of directories/files in one folder is a bad thing anyhow. trying to up the limit at format time is probably a bad solution. what does the code look like that reads/writes to it? I'm guessing that you could add a function such that wherever you spit out the id, the function breaks it ...
- Sat Aug 05, 2006 7:31 pm
- Forum: ZoneMinder Previous Versions
- Topic: filesystem related bug found
- Replies: 10
- Views: 4540
but...
forcing a persom to reformat or switch filesystems doesn't seem like a good solution. why not make a small change to the code to make it work better with exsisting filesystems.
-reza
-reza
- Sat Aug 05, 2006 2:05 am
- Forum: ZoneMinder Previous Versions
- Topic: filesystem related bug found
- Replies: 10
- Views: 4540
filesystem related bug found
I just noticed a ton of broken images in zoneminder. A bit of digging revealed that it's due to a #define limit on the number of files in a directory. For ext3, it's 32,000. [root@onyx 1]# ls -1 | wc -l 31998 [root@onyx 1]# mkdir foo mkdir: cannot create directory `foo': Too many links Although ...
- Wed May 10, 2006 7:10 am
- Forum: ZoneMinder Previous Versions
- Topic: bug in timeline
- Replies: 2
- Views: 2019
nevermind
it looked broken till i saw some other sample graphs. i just didnt understand what i was seeing. 
-r

-r

- Tue May 09, 2006 5:40 pm
- Forum: ZoneMinder Previous Versions
- Topic: bug in timeline
- Replies: 2
- Views: 2019
bug in timeline
The timeline view looks broken to me. Take a look at this picture... http://www.reza.net/misc/snapshot1.jpg Here's the html for it... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>ZM - Timeline</title> <link rel="stylesheet" href="zm_html_styles.css" type="text ...
- Thu Dec 15, 2005 9:49 am
- Forum: ZoneMinder Previous Versions
- Topic: upgraded libs broke code again..
- Replies: 16
- Views: 21641
hmm
I might try upgrading. if things break, i'll be unhappy and sad.
reza
reza
- Sun Nov 13, 2005 12:02 am
- Forum: User Contributions
- Topic: Windows Live Viewer..27-11-05 Now Complete Frontend for ZM!!
- Replies: 725
- Views: 592595
no setup
I intalled the applicaiton, but no setup screen comes up. Just a login screen. How do I configure the application?
I also had to pre-install the .net framework before i was allowed to install your app.
thnx,
reza
I also had to pre-install the .net framework before i was allowed to install your app.
thnx,
reza
- Fri Jul 22, 2005 5:57 pm
- Forum: ZoneMinder Previous Versions
- Topic: upgraded libs broke code again..
- Replies: 16
- Views: 21641
dunno
Looks liek the AVCodecContext might have been misdefined somplace. I stopped upgrading ZM as it seems to break every time I do.
Reza
Reza
- Tue May 24, 2005 9:03 am
- Forum: ZoneMinder Previous Versions
- Topic: upgraded libs broke code again..
- Replies: 16
- Views: 21641
upgraded libs broke code again..
Seems like the latest version of ffmpeg (ffmpeg-devel-0.4.9-9_cvs20050517.rhfc3.at) breaks the code. The struct AVCodecContext changed. The entries frame_rate and frame_rate_base are no longer there, but replaced with something called pts which really isn't defined. Here's the line from /usr/include ...
- Tue May 10, 2005 6:29 pm
- Forum: ZoneMinder Previous Versions
- Topic: broken libs..
- Replies: 9
- Views: 4645
it's an easy fix... just compile it yourself...
here are the modifications you need to make..
http://www.zoneminder.com/forums/viewtopic.php?t=4377
Reza
http://www.zoneminder.com/forums/viewtopic.php?t=4377
Reza
- Wed Apr 27, 2005 11:37 pm
- Forum: ZoneMinder Previous Versions
- Topic: additinal libs required to build ffmpeg 0.4.9 support
- Replies: 2
- Views: 2523
- Tue Apr 26, 2005 10:49 am
- Forum: ZoneMinder Previous Versions
- Topic: additinal libs required to build ffmpeg 0.4.9 support
- Replies: 2
- Views: 2523
additinal libs required to build ffmpeg 0.4.9 support
After much wasted time, I found that you need to add the following libs to make zm compile with the latest version of ffmpeg : -ldc1394_control -lraw1394 -lavformat Reza p.s. i was missing libdc1394_control.so, and need to issue this command to make it work : cd /usr/lib ln -s libdc1394_control.so ...
- Tue Apr 12, 2005 8:51 am
- Forum: ZoneMinder Previous Versions
- Topic: WAR has goes issues...
- Replies: 1
- Views: 1561
WAR has goes issues...
I'm getting these in the log file Apr 12 01:50:00 onyx zmu[7836]: WAR [Attempt to fetch boolean value for ZM_EVENT_IMAGE_DIGITS, actual type is integer] Apr 12 01:50:00 onyx zmu[7836]: WAR [Attempt to fetch integer value for ZM_STRICT_VIDEO_CONFIG, actual type is boolean] [/quote] i would imagine ...
- Sun Apr 10, 2005 11:45 pm
- Forum: ZoneMinder Previous Versions
- Topic: Capture Wierdness - color & bw cameras on same capture c
- Replies: 1
- Views: 1633
Capture Wierdness - color & bw cameras on same capture c
I've got an X-Guard 4 channel capture card, and I have both color and black and white cameras. I'm noticing something very strange and I'm not sure if it's due to the capture card or the zoneminder software... So I've got two cameras setup so far. One is BW and one is Color. If I set the color ...
- Sat Apr 09, 2005 2:04 am
- Forum: ZoneMinder Previous Versions
- Topic: broken libs..
- Replies: 9
- Views: 4645
fixing code..
is there any desire to port the code so it works with the newer version 0.4.9? I dont mind working on it, but I just dont want to be duplicating any effort that's already underway. I actually saw a post that was takling about a zm that's compatible with the cvs version of ffmepg, but I never saw ...