Unauthenticated access into a Dahua, how?

dastrix

Getting the hang of it
Joined
Aug 18, 2017
Messages
188
Reaction score
19
Hi All

I need a method to allow this because I'm unable to encode a username and password into the HTTP string to view a substream. I have a home automation server which uses the http substream feeds (MJPG) but trying to avoid having to put usernames and passwords into each camera.

I have a hack job method in python but it runs the CPU way too high of the HA server.

Is there a way? Turning off ONVIF authentication made no difference and 'anonymous users' is unclear what that actually even does

Thanks!
 

danbutter

Getting the hang of it
Joined
May 28, 2017
Messages
139
Reaction score
47
What home automation software are you using?
Are you worried about exposing the username and passwords or just don't want to have to use them?

I use blue iris which does use the username/password, but then I can use the streams from there to homeassistant without authentication on my LAN.
 

dastrix

Getting the hang of it
Joined
Aug 18, 2017
Messages
188
Reaction score
19
Using OpenHAB

The various UI panels cant encode usernames in URLs any more, its slowing being removed.
 
Top