Page 1 of 1

Users access control

Posted: Sun Mar 26, 2023 11:35 pm
by andrkac
Hi. I have freshly installed instance of zm (1.36), on ubuntu 22.04.
Added two cameras and looks working, but only without users control (when OPT_USE_AUTH is disabled).
When I enable it, I cannot see any camera view. For all users, instead of mini view (console - cam list) or normal view I see only an icon saying 'missing image'.
It will work when I disable the option again.
What should I do?

Re: Users access control

Posted: Mon Mar 27, 2023 8:16 am
by dougmccrary
You could start by checking the logs for zm and apache. One or both likely have clues.

Re: Users access control

Posted: Wed Mar 29, 2023 2:14 pm
by andrkac
Thank you.
The reason was simple - wrongly set timezone.
And as you said - logs pointed me into this.

However it is really courious that timezone issue blocks video...

Re: Users access control

Posted: Wed Mar 29, 2023 10:14 pm
by dougmccrary
Part of the lookup is time - so if it's wrong, no match, no video.

Re: Users access control

Posted: Thu Mar 30, 2023 10:24 am
by andrkac
Ths is ok, but without user access control (unchecked OPT_USE_AUTH) wrong timezone is not a problem - I could see my cameras liveview without any issues.