Search found 13 matches

by osoroco
Mon Aug 08, 2011 3:29 pm
Forum: ZoneMinder 1.24.x
Topic: ftp events
Replies: 1
Views: 1229

Re: ftp events

shameless bumping
by osoroco
Wed Aug 03, 2011 7:39 pm
Forum: ZoneMinder 1.24.x
Topic: ftp events
Replies: 1
Views: 1229

ftp events

ftp upload events to zoneminder? (running ver. 1.24.2) I have about 10 axis cameras on my network, and this number is expected to double soon. Right now those 10 cameras are eating up most of the cpu and bandwidth to the zoneminder server (regular traffic at any moment is 100MB/s). The server has 3 ...
by osoroco
Thu Mar 24, 2011 2:35 pm
Forum: ZoneMinder 1.24.x
Topic: Trigger event via bash
Replies: 5
Views: 2213

Re: Trigger event via bash

according to this: "Can't bind: Die Adresse wird bereits verwendet at /usr/share/perl5/ZoneMinder/Trigger/Connection.pm line 87" something is already listening on 6802 check that no other zmtrigger.pl is running or other service is listening on that port. -Or- that zmtrigger.pl is trying t...
by osoroco
Wed Mar 16, 2011 3:59 pm
Forum: ZoneMinder 1.24.x
Topic: newbie alert!
Replies: 11
Views: 12111

Re: newbie alert!

PHP Deprecated: Function split() is deprecated in /usr/share/zoneminder/skins/classic/views/console.php on line 79

change that line from:

Code: Select all

    $groupIds = array_flip(split( ',', $group['MonitorIds'] ));

to:

Code: Select all

    $groupIds = array_flip(preg_split( '/,/', $group['MonitorIds'] ));

by osoroco
Tue Mar 15, 2011 7:58 pm
Forum: ZoneMinder 1.24.x
Topic: newbie alert!
Replies: 11
Views: 12111

Re: newbie alert!

success! I'll try to post everything I did to get it running. Small recap of my setup/conf: OS - ubuntu 10.04 64bit hardware - vmware virtual machine (everything remote, this VM has no gui desktop) zoneminder - 1.24.2 (ubuntu pkg) AXIS Cameras, no rtsp (yet) - configured as: General Tab - source typ...
by osoroco
Mon Mar 14, 2011 4:00 pm
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 SVN with ffmpeg error - SOLVED
Replies: 5
Views: 3951

Re: 1.24.3 SVN with ffmpeg error

with the latest svn I get this g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/opt/ffmpeg/lib//include -Wall -Wno-sign-compare -fno-inline -I/opt/ffmpeg/lib//include -g -O2 -MT zm_ffmpeg_camera.o -MD -MP -MF .deps/zm_ffmpeg_camera.Tpo -c -o zm_ffmpeg_camera.o zm_ffmpeg_camera.cpp zm_ffmpeg_camera.cpp...
by osoroco
Fri Mar 11, 2011 3:37 pm
Forum: ZoneMinder 1.24.x
Topic: newbie alert!
Replies: 11
Views: 12111

I'm sure your more interested in solving the problem and getting it going on your own install, but if your interested in giving the DVD I put together a chance just look under the zoneminder distro section. We have it running on Axis cams using rtsp and streaming 30fps. I at least know if you used ...
by osoroco
Thu Mar 10, 2011 9:12 pm
Forum: ZoneMinder 1.24.x
Topic: zm 1.24.x RTSP on debian 64bit crash
Replies: 11
Views: 6501

i'm on 10.04 64bit and have been able to capture images using ffmpeg as source type instead of remote+rtsp, the source path is:

rtsp://user:pass@ip:554/axis-media/media.amp

what i haven't been able to is stream that back to the browser, stuck on socket_sendto connection refused

hope that helps!
by osoroco
Thu Mar 10, 2011 9:06 pm
Forum: ZoneMinder 1.24.x
Topic: Question about shared memory
Replies: 3
Views: 1678

what does the '-f' flag do? it doesn't appear on any of my linux boxes or my mac. anyway, it probably has to do with rounding, any partition (or shared memory in this instance) that has nothing on it (used column = 0 ) is 0% full, whereas anything over than 0 is automatically 1%; since 1% means ther...
by osoroco
Thu Mar 10, 2011 7:07 pm
Forum: ZoneMinder 1.24.x
Topic: newbie alert!
Replies: 11
Views: 12111

alright a bit of progress, i revised all folder permissions (had a few wrong) and worked around point d) in my previous post by soft linking folders, I can now see the individual frames, still no playback be it live or from events with either STREAM_METHOD be it jpeg or mpeg regarding point e), I ma...
by osoroco
Thu Mar 10, 2011 3:10 pm
Forum: ZoneMinder 1.24.x
Topic: Zoneminder no pic
Replies: 1
Views: 1560

what cameras are you using? local or remote? post apache's log, I have a hunch you're getting the same error I am since I can record events but no playback of any kind [Thu Mar 10 10:48:39 2011] [error] [client 192.168.192.2] socket_sendto( /tmp/zms-007399s.sock ) failed: Connection refused, referer...
by osoroco
Wed Mar 09, 2011 2:48 pm
Forum: ZoneMinder 1.24.x
Topic: newbie alert!
Replies: 11
Views: 12111

newbie alert!

Hello all I'm a first time user of zoneminder; I've been trying to set it up at work for security cameras. I've been getting some issues, some I've resolved, some halfway, others still boggle me. A little background: - I think I'm a well seasoned linux user (since late 90's or so), so don'tworry abo...
by osoroco
Mon Mar 07, 2011 3:53 pm
Forum: ZoneMinder 1.24.x
Topic: AXIS M1011-W - not streaming
Replies: 6
Views: 5370

Re: AXIS M1011-W - not streaming

Could someone provide a working configuration for a M1011-W? Hi! Here's my configuration... ------------- Source type: Remote Maximum FPS: (not set) Remote protocol: HTTP Remote Method: Simple Remote host: user:password@192.168.0.1 Remote host port: 80 Remote host path: /axis-cgi/mjpg/video.cgi?res...