http://serverip/zm/events/
http://serverip/zm/images/
Search found 6 matches
- Tue Feb 10, 2009 3:12 pm
- Forum: ZoneMinder Previous Versions
- Topic: Security hole
- Replies: 5
- Views: 3168
- Wed Jun 20, 2007 11:22 am
- Forum: Hardware Compatibility List
- Topic: Motorola V3 Mobile Phone
- Replies: 10
- Views: 11001
RAZR V3 & ZM
Hi all, I can't get work my RAZR with wurfl package (RAZR send request in HTML format and other problems) but I found the simple way, just add this code (only shown in bold!) to zm.php (see below) and change MOT-V3/0E.40.9CR MIB/2.2.1 Profile/MIDP-2.0 Configuration/CLDC-1.0.5 string to Your phone ...
- Tue Mar 28, 2006 11:44 am
- Forum: Feature Requests
- Topic: Dynamic remote cam url
- Replies: 6
- Views: 4016
Thanks
Thanks big, your advice have helped. All work fine even with 3d party dynamic cams (i.e ww.com) I dont have any idea how to map remote jpg stream to localhost with bash.
- Tue Mar 28, 2006 6:00 am
- Forum: Feature Requests
- Topic: Dynamic remote cam url
- Replies: 6
- Views: 4016
> So changing it while it is running will have no effect until a restart. Ok, but when I change cam url trough web interface, and press button SAVE, ZM do restart like this? zm:/home/gool# /etc/init.d/zm restart Stopping ZoneMinder: success Starting ZoneMinder: success zm:/home/gool# This way take ...
- Mon Mar 27, 2006 1:16 pm
- Forum: Feature Requests
- Topic: Dynamic remote cam url
- Replies: 6
- Views: 4016
This is NOT IP changing-this is PATH changing. All work fine, but I dont know, how to submit new configuration data in ZM. I can change path in ZM MySQL database (mysql -e "UPDATE Monitors SET Path = '$NEWURL' WHERE Id = $MONITOR" zm ) but after that ZM show me OLD url, until I run /etc/init.d/zm ...
- Sun Mar 26, 2006 7:37 am
- Forum: Feature Requests
- Topic: Dynamic remote cam url
- Replies: 6
- Views: 4016
Dynamic remote cam url
Hello, I have cam with dynamic url (i.e. /YYYY/MM/DD/HH_MM.jpg), my bash script know about URL changing, and I can do some tricks with cronjob. I.e.: # ... if [ "$OLDURL" != "$NEWURL" ]; then echo $NEWURL > $LOCKFILE mysql -e "UPDATE Monitors SET Path = '$NEWURL' WHERE Id = $MONITOR" zm /etc/init.d ...