
Testing first of my two D-link DCS-4602EV cameras ...
The camera views just fine in a web-browser and needs no auth, just plain the url http://192.168.0.1/video1.mjpg comes up fine.
So... in ZM web interface, adding monitor, using most basic default setting for html, it adds but comes up in Orange and when I view it, just shows a blue window for video.
System logs showing long stream of this error message repeating couple times a second...
Code: Select all
Date/Time Component PID Level Message File Line
2016-01-28 13:29:03.298190 zmc_m1 3118 ERR Unable to get response /builddir/build/BUILD/ZoneMinder-1.28.1/src/zm_remote_camera_http.cpp 1176
2016-01-28 13:29:03.297231 zmc_m1 3118 ERR Failed authentication: /builddir/build/BUILD/ZoneMinder-1.28.1/src/zm_remote_camera_http.cpp 763
Is "authentication" referring to the camera stream, or is it a file permission somewhere?
The cameras own web-config interface requires a login, but none is needed to view the actual video stream
(http://192.168.0.1/video1.mjpg works fine in the web browser of the machine that ZM is installed on).
I even attempted changing the HOST setting to the camera's web-config auth of user:password@192.168.0.1 but the ZM interface balked at that, saying "don't add http: to the hostname" - when actually I was not adding http...