Search found 46 matches
- Sun Apr 11, 2010 6:44 am
- Forum: ZoneMinder Hints & Tips
- Topic: Libjpeg-turbo 1.0 beta Released!
- Replies: 32
- Views: 27642
I've installed the rpm and after few minutes the total load was over 3. So I've decided to rebuilt src.rpm using prefix and libdir according to my distro. AMD 64 CPU usage Record libjpeg: 12% libjpeg-turbo: 8% Modect ligjpeg: from memory Idle was 12%, Alerts and Alarms were 18-25% libjpeg-turbo: Idl...
- Sun Apr 11, 2010 3:25 am
- Forum: ZoneMinder 1.24.x
- Topic: modect at low res, record at high res
- Replies: 3
- Views: 1548
- Sun Apr 11, 2010 1:28 am
- Forum: Hardware Compatibility List
- Topic: Kodicom 4400R with 16 channels
- Replies: 9
- Views: 4903
- Sun Apr 11, 2010 1:25 am
- Forum: Hardware Compatibility List
- Topic: Kodicom 4400R with 16 channels
- Replies: 9
- Views: 4903
- Sun Apr 11, 2010 1:00 am
- Forum: ZoneMinder 1.24.x
- Topic: Live View refresh flicks after Firefox upgrade to v 3.6
- Replies: 16
- Views: 10400
- Sun Apr 11, 2010 12:32 am
- Forum: Hardware Compatibility List
- Topic: Kodicom 4400R with 16 channels
- Replies: 9
- Views: 4903
This should help
http://www.zoneminder.com/wiki/index.php/Kodicom_4400r
http://www.zoneminder.com/wiki/index.php/Kodicom_4400r
- Sat Apr 10, 2010 9:48 am
- Forum: ZoneMinder 1.24.x
- Topic: problem with changing PATH events
- Replies: 14
- Views: 8027
Code: Select all
ls -l /home/piratebab | grep zm > /home/piratebab/perms.txt
ls -l /home/piratebab/zm | grep events >> /home/piratebab/perms.txt
- Sat Apr 10, 2010 9:08 am
- Forum: ZoneMinder 1.24.x
- Topic: problem with changing PATH events
- Replies: 14
- Views: 8027
- Sat Apr 10, 2010 7:36 am
- Forum: ZoneMinder 1.24.x
- Topic: Gapless Events playback plays only single event
- Replies: 6
- Views: 4411
- Sat Apr 10, 2010 7:33 am
- Forum: ZoneMinder 1.24.x
- Topic: cambozola limitations (zoom, montage, & resize) [SOLVED]
- Replies: 13
- Views: 5549
When replaying events, an option (dropdown menu) will apear, (single event, all events, gapless events) the file is located in zoneminder folder, skins/classic/views and the file is event.php, the original array is like... $replayModes = array( 'single' => $SLANG['ReplaySingle'], 'all' => $SLANG['R...
- Sat Apr 10, 2010 7:32 am
- Forum: User Contributions
- Topic: Replay Modes aka gapless - all - single Real Fix
- Replies: 2
- Views: 3748
Replay Modes aka gapless - all - single Real Fix
skins/classic/views/event.php line 58 change if ( isset( $_REQUEST['replayMode'] ) ) $replayMode = validHtmlStr($_REQUEST['replayMode']); to if ( isset( $_COOKIE['replayMode']) && preg_match('#^[a-z]+$#', $_COOKIE['replayMode']) ) $replayMode = validHtmlStr($_COOKIE['replayMode']); Haven't check wha...
- Sat Apr 10, 2010 6:57 am
- Forum: User Contributions
- Topic: skin xss
- Replies: 3
- Views: 2291
skin xss
index.php?skin=<script>alert('ciao');</script>
- Sat Apr 10, 2010 5:27 am
- Forum: ZoneMinder Previous Versions
- Topic: No Video....
- Replies: 14
- Views: 6002
- Thu Mar 25, 2010 2:17 pm
- Forum: Non-ZoneMinder Chat
- Topic: Signal not detected (X)
- Replies: 3
- Views: 1865
Right after I've used cheese webcam booth, zoneminder was able to pick up frames, jpeg works too. Fedora 12 amd 64, 2gb ddr3, 4x250gb w/ software raid5. 3 x 520tvl 1/3" ±25fps monitors and the total load was ±0.7 including essential server services, media streaming with two working clients at the ...
- Thu Mar 25, 2010 2:48 am
- Forum: Non-ZoneMinder Chat
- Topic: Signal not detected (X)
- Replies: 3
- Views: 1865
Thanks for your reply, modprobe and shared memory followed by a reboot was done and I will try other video programs to see how it goes. Dealing with an unexpected issue now ... a .file or .folder inside my home is around 750GiB and the system its very unstable now ... init 1 to get things done ... b...