Search found 69 matches

by trumee
Sat Nov 28, 2015 11:33 pm
Forum: ZoneMinder 1.26.x
Topic: Rate limit sftp upload
Replies: 1
Views: 3442

Re: Rate limit sftp upload

Looks like this cannot be done. This is the response i got from the author of the per module
Limiting the bandwidth usage is a feature of the 'sftp' binary but Net::SFTP::Foreign runs 'ssh', not 'sftp'.

It is not currently possible to limit the sftp bandwidth when using Net::SFTP::Foreign.
by trumee
Mon Jun 02, 2014 1:42 am
Forum: ZoneMinder 1.26.x
Topic: Rate limit sftp upload
Replies: 1
Views: 3442

Rate limit sftp upload

Hi, I have limited upload bandwidth and so wanted to limit the upload bandwidth. I modifed line 810 in zmfilter.pl from $sftpOptions{more} = [ '-o'=>'StrictHostKeyChecking=no' ]; to $sftpOptions{more} = [ '-o'=>'StrictHostKeyChecking=no', '-l'=>'40' ]; The -l 40 option to sftp will rate limit to 40 ...
by trumee
Sun Apr 27, 2014 2:38 am
Forum: ZoneMinder 1.27.x
Topic: ZM synchronise remotely with Bittorent Sync
Replies: 0
Views: 1112

ZM synchronise remotely with Bittorent Sync

Hi, I have a remote ZM server which sits behind a poor internet connection. I would like to mirror the ZM server to my local computer which has more bandwidth. I can run a Bittorent Sync server to copy the files from the 'events' folder automatically, but not sure how to mirror the mysql server. Has...
by trumee
Sun Sep 04, 2011 2:28 pm
Forum: User Contributions
Topic: openSuSE RPMs for ZoneMinder 1.25.0 are now available
Replies: 5
Views: 3418

Re: openSuSE RPMs for ZoneMinder 1.25.0 are now available

Just realised that Mythzoneminder doesnt work with mmap. So guess i will have to live with shm :(
by trumee
Sun Sep 04, 2011 2:01 pm
Forum: ZoneMinder 1.25.x
Topic: [Solved] Compile error
Replies: 2
Views: 2839

Re: Compile error

export ZM_SSL_LIB=openssl solved it.
by trumee
Sun Sep 04, 2011 1:46 pm
Forum: ZoneMinder 1.25.x
Topic: [Solved] Compile error
Replies: 2
Views: 2839

Re: Compile error

Solved that by including #include <limits.h> in src/zm_local_camera.cpp Hit another one: g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/mysql/include -I/usr/include//include -Wall -Wno-sign-compare -fno-inline -I/usr/include//include -D__STDC_CONSTANT_MACROS -g -O2 -MT zm_user.o -MD -MP -MF .deps/zm_us...
by trumee
Sun Sep 04, 2011 12:58 pm
Forum: ZoneMinder 1.25.x
Topic: [Solved] Compile error
Replies: 2
Views: 2839

[Solved] Compile error

My compile is dying because of the following error (OpenSuse 11.3). Any idea what could be wrong? g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include/mysql/include -I/usr/include//include -Wall -Wno-sign-compare -fno-inline -I/usr/include//include -g -O2 -MT zm_local_camera.o -MD -MP -MF .deps/zm_local_came...
by trumee
Sun Sep 04, 2011 12:50 pm
Forum: User Contributions
Topic: openSuSE RPMs for ZoneMinder 1.25.0 are now available
Replies: 5
Views: 3418

Re: openSuSE RPMs for ZoneMinder 1.25.0 are now available

Thanks Dirk. I was trying to use your packages but had few issues

1. Please could you enable the mmap functionality which is the default. Perl-Sys-Mmap package is now available in devel:languages:perl repository. Shm doesnt work very well.
2. Perl sftp module is also available

Thanks
by trumee
Tue Mar 08, 2011 3:39 pm
Forum: Hardware Queries
Topic: Openwrt and uvc controls
Replies: 0
Views: 1216

Openwrt and uvc controls

Hi all.

I am running a uvc webcam on an openwrt router. The streaming is done through mjpg-streamer, but i cant find anyway to change the parameters like brightness/contrast etc. Is that possible at all?


Thanks