-
Notifications
You must be signed in to change notification settings - Fork 707
Description
I do have setup multiple cameras and need to show the stream-iframe in a html-dashboard in the event of (external mesaured) motion.
Before I updated to the current version
motionEye Version | 0.43.0
Motion Version | 4.4.0
OS Version | Raspbian 11
(I am not sure what the old version was) I was able to access the iframe in the dashboard without beeing asked for a username/password via div-popup.
Now, after the update, I am asked for username/password every time I open the iframe, although no surveillance password is set/needed. Just clicking "Login" does the Job.
This is very much annoying and prohibits the use-case of just using the stream from motion/-eye to show on a html-dashboard. There cannot be any user interaction.
The "current-snapshot" does not work, as the frame script is the only way to show a video-like stream. Image refreshing comes with slower rendering times somehow.
As I specifically do want unauthorized surveillance access, there is no need to display the popup. If this is due to the fact, that you like to be able to login with admin credentials to then configure within the iframe, a login icon for this would be better in that regard.
So the solution from my point of view would be:
- check if surveillance password is set. if not, show no div-popup for login in the iframe!
KR, SEB