Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support http digest authentication for IP camera access #30

Closed
pbhenson opened this issue Jul 28, 2013 · 4 comments
Closed

Support http digest authentication for IP camera access #30

pbhenson opened this issue Jul 28, 2013 · 4 comments
Labels

Comments

@pbhenson
Copy link

Currently zoneminder only supports http basic authentication for connecting to IP cameras. Some cameras, in particular the samsung SNO-5080R, only support http digest authentication and hence zoneminder is unable to work with them.

@mastertheknife
Copy link
Contributor

I suggest we remove all the http code for remote cameras and stick with a library that does it better, such as libcurl, which supports digest authenication. This will make the code smaller and easier to maintain.

@kylejohnson
Copy link
Member

I like that idea.

Kfir Itzhak notifications@github.com wrote:

I suggest we remove all the http code for remote cameras and stick with
a library that does it better, such as libcurl, which supports digest
authenication. This will make the code smaller and easier to maintain.


Reply to this email directly or view it on GitHub:
#30 (comment)

@ghost
Copy link

ghost commented Sep 12, 2013

Yes +1

@kylejohnson
Copy link
Member

Tracking this in #238

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants