Page 25 of 49
Posted: Mon Aug 07, 2006 12:39 pm
by jameswilson
i dont wish to be rude but this has been discussed on this page much less elsewhere
Posted: Mon Aug 07, 2006 3:29 pm
by lewis
jameswilson wrote:i dont wish to be rude but this has been discussed on this page much less elsewhere
i feel like an idiot, but i cant get it to work...
i'm going to setup/monitors i set the IP, the MON number and a description..
nothing else...
and i get these red x's
where should i add the authentication info for zoneminder, login/pass, etc ?
Posted: Mon Aug 07, 2006 3:40 pm
by jameswilson
once logged in goto settings and then one of the tabs is for users. Add in user 1 your zm login details. Logout of zm4ms then backin with the new auth details
For testing you can add a user admin:admin to your zm box if you like
Posted: Mon Aug 07, 2006 4:02 pm
by lewis
jameswilson wrote:once logged in goto settings and then one of the tabs is for users. Add in user 1 your zm login details. Logout of zm4ms then backin with the new auth details
For testing you can add a user admin:admin to your zm box if you like
first of all i added a new user in zm box, and changed admin pass to admin
i added a normal user to viewer, with the same login/pass
no matter if i login as admin or as a user, i get these red x's
Posted: Mon Aug 07, 2006 4:53 pm
by jameswilson
what's your zms path
Posted: Mon Aug 07, 2006 4:57 pm
by lewis
jameswilson wrote:what's your zms path
ok, i'm sure i'm an idiot...
in Data type i had
http://ip.of.my.zmbox instead of plain http://
thank you VERY much for the help !
Posted: Mon Aug 07, 2006 6:14 pm
by jameswilson
glad your running!
Posted: Tue Aug 08, 2006 1:17 pm
by R2D2
lewis wrote:i just installed this viewer, but i cant get a picture..
of course i can see my cameras in zoneminder...
is there a how to or a manual for this software ?
i have the same problem.........
Posted: Tue Aug 08, 2006 1:22 pm
by jameswilson
r2d2 let me see what we can do then.
I assume you have a fully working zm install
and that you get red flashing 'x's
HAve you used the relevant login details
Are you using the live cd or ctu or something else
Your using port 80 for images
Posted: Tue Aug 08, 2006 1:55 pm
by R2D2
Pictures say more then words..........
Here are my settings:
And here the result:

Posted: Tue Aug 08, 2006 1:58 pm
by jameswilson
you need to modify the username in users, the user name you have editied is the mysql access password not the zm password.
Posted: Tue Aug 08, 2006 2:12 pm
by R2D2
Here is my sql setup:.........
Code: Select all
mysql mysql < db/zm_create.sql
mysql mysql
mysql> grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
mysql> quit
mysqladmin reload
........but where can i create/edit users?
Posted: Tue Aug 08, 2006 2:16 pm
by jameswilson
r2 stop lol, the live view is nothing to do with mysql, you only need that for playback purposes.
You need to have the same login infomation in zm4ms in the user tab in settngs as you use to login to the web interface.
ZM4ms passes the login infomation you enter when it requestes images from zm. If the login details are incorrect you wont get any images. If the login details are correct then its a path problem. the default path is only for mandrake based live cd installs and may not suit your install
Posted: Tue Aug 08, 2006 2:21 pm
by R2D2
i dont need any login or password in the webinterface
Posted: Tue Aug 08, 2006 2:21 pm
by voronwe
Hi R2D2
1. Make sure that the user name and password you use to log into zm4ms are a user that is configured in you ZM configuration, if this is not the case then that is your frst problem.
2. When that is done you can play around with the events palyback, witch the mysql username and password are used for, an easy way to do this is to use phpMyAdmin to create a new user that have access from everywhere / your computer.