Search found 29 matches

by pki
Thu Jan 20, 2011 2:07 pm
Forum: ZoneMinder 1.24.x
Topic: Restreaming
Replies: 1
Views: 1748

Restreaming

Hi there. I want to use zoneminder to grab a stream (MJPEG or MPEG4) from WAN, WXGA @ 1-3ps and make it availible to other viewing devices and a recorder in the LAN. Does zm need to decompress the stream and compress it again to make it availible? Or can the stream be retransmitted without being rec...
by pki
Sun Aug 29, 2010 7:52 am
Forum: ZoneMinder Distributions
Topic: ZMLArch and megapixel cams
Replies: 2
Views: 3298

Seems to be the shared memory problem, just look at the FAQ.

or give the output of:

$cat /proc/sys/kernel/shmall

$cat /proc/sys/kernel/shmmax
by pki
Sun Aug 29, 2010 7:10 am
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7734

24 IP cams is a big load for the server. Just try around. I suggest to use MJPEG - it gives better image quality and lower frame rate. Wit the turbo-lib you should be able to lower the load. If it is still to high try to lower the framerate. Of course check some other system parameters, RAM usage, s...
by pki
Fri Aug 27, 2010 8:59 pm
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7734

The intraframe setting is only for MPEG4. It sends an full image every (4Seconds or 3Seconds and so on). Beetween the intraframes MPEG4 sends only the difference from the last frame. To lower the load you can also try the jpeg-turbo libs. It needs some hacking around and compiling, you will find it ...
by pki
Fri Aug 27, 2010 8:55 pm
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7734

If you are using 10fps at VGA resolution, hmmm, just try it. lower to 512kb. if you see the image quality is too low you should go one step up. also you can lower the framerate if you not need 10fps. i am driving an remote cam via internet line with 128kbps only, using vga resolution and MJPEG. The ...
by pki
Thu Aug 26, 2010 7:03 pm
Forum: ZoneMinder 1.24.x
Topic: High load and just on Monitor mode... any ideas?
Replies: 15
Views: 7734

I think the problem is ZM have to decompress the streams from the IP cams even if you do only monitor-mode. If you like to monitor more IP cams a simple and fast solution should be a simple html page like the montage view from zoneminder and then replace the source address of each stream direct to t...
by pki
Thu Apr 01, 2010 10:33 am
Forum: User Contributions
Topic: [FEATURE] DeInterlace your BTTV cam
Replies: 9
Views: 9845

Does not compile here at the x64 machine.
by pki
Sat Mar 13, 2010 6:36 pm
Forum: ZoneMinder 1.24.x
Topic: no fps state when browsing the cam
Replies: 9
Views: 4762

Tell us more, which system, which ZM version, the config of the cam in ZM and do other cams on you zoneminder shows fps?
by pki
Sat Mar 13, 2010 6:34 pm
Forum: ZoneMinder Hints & Tips
Topic: MobaLiveCD
Replies: 1
Views: 3150

VitrualBox or VMWare should work, i don't think moba does it.
by pki
Sat Mar 13, 2010 6:30 pm
Forum: ZoneMinder Previous Versions
Topic: how to solve it?
Replies: 7
Views: 5135

If you installed zoneminder via apt-get then there is nothing more to do. The installation should be complete and it should work out of the box.
by pki
Thu Mar 11, 2010 7:40 am
Forum: User Contributions
Topic: [FEATURE] DeInterlace your BTTV cam
Replies: 9
Views: 9845

No, at this time you can load it only once. I will work on it and try to solve the problem.
by pki
Wed Mar 10, 2010 7:25 pm
Forum: ZoneMinder 1.24.x
Topic: Ubuntu 9.10 - ZM 1.24.2 Source Installation Guide
Replies: 6
Views: 17306

Just my 10 cent.

1. install x264
./configure --enable-pic

2. PERL
install Sys::Mmap

3. zoneminder at ./configure add
--enable_mmap=yes
to use /dev/shm

4. instead of adding to rc.local use:
/usr/sbin/update-rc.d -f zm defaults
by pki
Wed Mar 10, 2010 7:45 am
Forum: Hardware Queries
Topic: Zoneminder vs Hardware Recorders (They DO do full PAL/NTSC)
Replies: 16
Views: 13448

Thx,

i have already added a solution to deinterlace the images from interlaced cam's and posted in this thread: http://www.zoneminder.com/forums/viewtopic.php?t=15501
by pki
Tue Mar 09, 2010 6:58 pm
Forum: User Contributions
Topic: [FEATURE] DeInterlace your BTTV cam
Replies: 9
Views: 9845

[FEATURE] DeInterlace your BTTV cam

Hi there. Preliminary i have solved the interlacing issue for me. Of course an small increase of the CPU load is happened. The mencoder takes about 2% of a dualcore@2.93GHz for a 768x576x24 source at 4fps. I used: - zm 1.24.2 from svn - ubuntu server 9.10 x64 - mencoder - avld 0.1.4 with patch for n...
by pki
Tue Mar 09, 2010 7:00 am
Forum: ZoneMinder 1.24.x
Topic: vfl2, mjpg_streamer, shared memory probs
Replies: 7
Views: 5176

Try restarting zoneminder after configuring the stream. 1.24.2 should use /dev/shm/ for shared memory.