Windows Live Viewer..27-11-05 Now Complete Frontend for ZM!!
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
on playback (im assuming you mean playback) the infomation to retrieve the images is gathered from the sql db. I would suggest if your concerned you can use ipfiltering on the event dir i suppose
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
There are no problems:) It just works fine.I use basic http auth here some times and it works fine. What problems are you having that it does not?
But I wonder how to use James's program with this authorisation. I'm also authorising cgi-bin directory with http basic. So James's viewer couldn't get images without authorisation. Do you now understand?
Not only on playback. also on streaming - cgi-bin dir.jameswilson wrote:on playback (im assuming you mean playback) the infomation to retrieve the images is gathered from the sql db. I would suggest if your concerned you can use ipfiltering on the event dir i suppose
I think that http-basic authorisation is better. Many networks have dynamic ip addresses so ip filtering is not usable. We can also use ssh tunnel but it is too hard to many users. IMHO the http-basic with new zm option to retrieve logged user from apache is the best.
Maybe try to implement http-basic to your software? What do you think about that?
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
i dont really understand what you mean as there is some basic auth on streaming. Auth with out zms is on the list to do but i dont really understand how it works at the moment. And im concentrating on finishing and tidying existing features before adding major new ones. How could my app use auth on playback with zm, how would you normally authenticate users to those folders?
James
James
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
http-basic authentication is not that one used in zms by passing user&pass as parameter.jameswilson wrote:i dont really understand what you mean as there is some basic auth on streaming. Auth with out zms is on the list to do but i dont really understand how it works at the moment. And im concentrating on finishing and tidying existing features before adding major new ones. How could my app use auth on playback with zm, how would you normally authenticate users to those folders?
I mean http-basic authentication which is described here http://httpd.apache.org/docs/1.3/howto/auth.html.
I prefer this than normal zm php authentication.
I hope you now understand:)
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
I see. This looks possible to impliment, ill add it to the list, unfortunatly for you as its only 1 request its not a priority (priority at the moment is to support new 1.22 features) but i will add it as time allows.
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
- zoneminder
- Site Admin
- Posts: 5215
- Joined: Wed Jul 09, 2003 2:07 pm
- Location: Bristol, UK
- Contact:
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
unfortunaly i uswed an image control that supported getting images form url's i dont actually download images anywhere in my code. Im looking at changing the class so my code actually downloads the images and then as im using the .net webrequest class i can pass auth infomation in that. Unfortunalty its a fair change as all image controls use the previous method. It looks like im gonna have to make some radical changes anyway to support this raw format anyway so i could put it in then, when i rewrite each camera module.
If i take this approach i will release a basic 4 way image viewer with this in and once proven rewrite zm4ms in the relevant places to work like this.
If i take this approach i will release a basic 4 way image viewer with this in and once proven rewrite zm4ms in the relevant places to work like this.
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Here I've found a little example, maybe this could help you if sojameswilson wrote:I see. This looks possible to impliment, ill add it to the list, unfortunatly for you as its only 1 request its not a priority (priority at the moment is to support new 1.22 features) but i will add it as time allows.
http://tiny.pl/mq9t
But remember the raw is the most important thing:)
This type of authentication needs to be passed as user:password@Host instead of in the path string &user=user&pass=password.maciekc wrote: There are no problems:) It just works fine.
But I wonder how to use James's program with this authorisation. I'm also authorising cgi-bin directory with http basic. So James's viewer couldn't get images without authorisation. Do you now understand?
Regards,
Corey
Can someone confirm the download link? I've been trying http://217.154.38.122:8080/version2/zm4msbeta.zip without success.
Thanks
Nick
Thanks
Nick
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
I have just tested and it downloaded fine, whats happening your end?
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
-
- Posts: 5111
- Joined: Wed Jun 08, 2005 8:07 pm
- Location: Midlands UK
can you get it from where you are now?, it shuldnt be using dns as I dont have a domain name
James Wilson
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk
Disclaimer: The above is pure theory and may work on a good day with the wind behind it. etc etc.
http://www.securitywarehouse.co.uk