Search found 11 matches

by jani
Wed Jan 19, 2011 11:27 pm
Forum: ZoneMinder 1.24.x
Topic: [Solved] - ZM and Axis 210
Replies: 3
Views: 2209

copy nph-zms into /var/www/cgi-bin/ and you will see the camera images
by jani
Wed Jan 19, 2011 11:16 pm
Forum: ZoneMinder 1.24.x
Topic: [SOLVED] Move ZoneMinder to a new system
Replies: 5
Views: 6176

mysql -uuser -ppass zm < /root/zm-config.sql should do what you want.
by jani
Wed Jan 19, 2011 11:08 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

in php script web/skins/classic/views/monitorprobe.php locate:

Code: Select all

$command = "arp -a";
and change it to

Code: Select all

$command = "/usr/sbin/arp -a";
by jani
Wed Jan 19, 2011 11:08 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Wed Jan 19, 2011 11:07 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Wed Jan 19, 2011 11:07 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Wed Jan 19, 2011 11:06 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Wed Jan 19, 2011 11:05 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Wed Jan 19, 2011 11:00 pm
Forum: ZoneMinder 1.24.x
Topic: Detect / Probe Remote IP Cameras
Replies: 14
Views: 14401

Re: Detect / Probe Remote IP Cameras

So I finally purchased two remote IP web camera's: http://www.dealextreme.com/details.dx/sku.26358 They camera's are working fine on the LAN. I've assigned them IP's and when I enter the IP in my browser, I'm greeted with a login screen & when I login with my username and password, I can view, pan ...
by jani
Mon Jan 17, 2011 11:35 am
Forum: ZoneMinder 1.24.x
Topic: zmdc Can't bind: No such file or directory
Replies: 4
Views: 4313

Found the solution to my problem. On ubuntu 10.10 /tmp folder gets cleared and /tmp/zm folder is deleted. The zmdc.pl script could not create zmdc.sock because non-existent target folder. Other thing related to php exec: must specify full path to 'arp' command because exec will return error 127.
by jani
Sun Jan 16, 2011 9:24 pm
Forum: ZoneMinder 1.24.x
Topic: zmdc Can't bind: No such file or directory
Replies: 4
Views: 4313

zmdc Can't bind: No such file or directory

Hello I have had set up a vivotek ip camera within the same LAN network with latest Zoneminder from SVN and works great. However, I would like to use this ip camera where no other Zoneminder installed, just the ip camera can be reached thru. web like http://camerahost/video.jpg so the camera and the ...