Search found 10 matches

by batnator
Tue Jun 23, 2009 6:44 pm
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

@Ryu

the patch works fine with latest zm and the Trendnet TV-IP301 and the Sparklan CAS-861 (tested). Keep sure that mpeg4 output of the cam is disabled, mpeg4 output from this cams does not work with zm.

regards
Frank
by batnator
Wed Apr 22, 2009 11:05 am
Forum: ZoneMinder 1.24.x
Topic: bandwith switch with german localization
Replies: 0
Views: 1116

bandwith switch with german localization

I have sucessfully updated my zoneminder to 1.24.1, but I can't switch the bandwidth of the webfrontend while de_de has enabled as current language. When set the language to en_us the bandwidth switching works.

Anyone else with these problem?
by batnator
Tue Jul 29, 2008 9:53 pm
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

using the script to fix JPG: host:server1 port:80 path:/fix.php?host=cameraip&path=/goform/video without using script prove: host:cameraip port:80 path:/goform/video luck good. and what if the camera has login and password configured? replace in fix.php $x = file_get_contents("http://".$host.$path ...
by batnator
Tue Jul 29, 2008 9:46 pm
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

Hi, I have these problems too, but following snippet running for each cam every 3 hours via cron makes me happy

Code: Select all

wget -q -O /tmp/cams_restart --http-user=admin --http-passwd=admin http://192.168.71.71/system_reboot.cgi > /dev/null 2> /dev/null
greets Frank
by batnator
Tue Apr 15, 2008 8:36 am
Forum: ZoneMinder Previous Versions
Topic: Bug using zmpkg to adjust modes via cron
Replies: 2
Views: 1779

To change states via crontab, start your command via sudo like

Code: Select all

sudo -u WwwDataUsername /usr/bin/zmpkg.pl YourSavedStateName
by batnator
Fri Apr 04, 2008 7:00 am
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

save the patch somewhere, unpack the latest zm sources an go into zm source directory, then:

Code: Select all

patch -p0 < path/to/patch/filename
then follow the existing instructions from http://www.zoneminder.com/wiki/index.ph ... n#Building
by batnator
Thu Mar 13, 2008 12:00 pm
Forum: User Contributions
Topic: 1.23.2 Timeline with "in set" filter bug fix
Replies: 1
Views: 2724

I have reproduced this bug in our system, thanks for the fix.
by batnator
Thu Mar 06, 2008 12:13 am
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

cordel wrote:I'm not sure if it would be proper to set the incorrect mime type in ZM code.
it's only a quick and dirty fix for some setups but not for the mainstream sources of zm, I have contacted the vendors Trendnet and Sparklan for a fix in firmware, but no response yet.
by batnator
Wed Mar 05, 2008 8:57 pm
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

My little patch also work with ZoneMinder 1.22.3, and when you work with a recompile version from sources with these applied patch the php script from apoullion are obsolete. The patch is only a dirty workaround for the buggy cam firmware's which send a wrong mimetype while fetching a image from ...
by batnator
Thu Jan 31, 2008 12:27 pm
Forum: Hardware Queries
Topic: TrendNet TV-IP301
Replies: 28
Views: 31172

The php script produced unnecessary load on the server when using more than 1 cameras from the same type. Here is a little patch so you can request the images directly from camera via path: /goform/video --- src/zm_remote_camera.cpp.orig 2008-01-31 12:40:17.134369426 +0100 +++ src/zm_remote_camera ...