Search found 13 matches
- Mon Aug 08, 2011 3:29 pm
- Forum: ZoneMinder 1.24.x
- Topic: ftp events
- Replies: 1
- Views: 1435
Re: ftp events
shameless bumping
- Wed Aug 03, 2011 7:39 pm
- Forum: ZoneMinder 1.24.x
- Topic: ftp events
- Replies: 1
- Views: 1435
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 ...
- Thu Mar 24, 2011 2:35 pm
- Forum: ZoneMinder 1.24.x
- Topic: Trigger event via bash
- Replies: 5
- Views: 2504
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 to open the ...
- Wed Mar 16, 2011 3:59 pm
- Forum: ZoneMinder 1.24.x
- Topic: newbie alert!
- Replies: 11
- Views: 13143
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:
to:
change that line from:
Code: Select all
$groupIds = array_flip(split( ',', $group['MonitorIds'] ));
Code: Select all
$groupIds = array_flip(preg_split( '/,/', $group['MonitorIds'] ));
- Tue Mar 15, 2011 7:58 pm
- Forum: ZoneMinder 1.24.x
- Topic: newbie alert!
- Replies: 11
- Views: 13143
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 ...
- Mon Mar 14, 2011 4:00 pm
- Forum: ZoneMinder 1.24.x
- Topic: 1.24.3 SVN with ffmpeg error - SOLVED
- Replies: 5
- Views: 4529
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 ...
- Fri Mar 11, 2011 3:37 pm
- Forum: ZoneMinder 1.24.x
- Topic: newbie alert!
- Replies: 11
- Views: 13143
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 ...
- 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: 7483
- Thu Mar 10, 2011 9:06 pm
- Forum: ZoneMinder 1.24.x
- Topic: Question about shared memory
- Replies: 3
- Views: 1902
- Thu Mar 10, 2011 7:07 pm
- Forum: ZoneMinder 1.24.x
- Topic: newbie alert!
- Replies: 11
- Views: 13143
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 ...
- Thu Mar 10, 2011 3:10 pm
- Forum: ZoneMinder 1.24.x
- Topic: Zoneminder no pic
- Replies: 1
- Views: 1722
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 ...
- Wed Mar 09, 2011 2:48 pm
- Forum: ZoneMinder 1.24.x
- Topic: newbie alert!
- Replies: 11
- Views: 13143
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 ...
- Mon Mar 07, 2011 3:53 pm
- Forum: ZoneMinder 1.24.x
- Topic: AXIS M1011-W - not streaming
- Replies: 6
- Views: 6514
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 ...