Search found 10 matches

by andrkac
Mon Oct 28, 2024 12:49 am
Forum: ZoneMinder 1.36.x
Topic: How to setup another storage for camera?
Replies: 6
Views: 1166

Re: How to setup another storage for camera?

Unfortunately - I can write to this folder, locally by common user and remotely - via samba. And yes, www-data is the user zoneminder is working on. And now the strangest part: I've "hacked" the system - removed original events directory and created it as a link to /mnt/storage. And... it works as ...
by andrkac
Sun Oct 27, 2024 6:05 pm
Forum: ZoneMinder 1.36.x
Topic: How to setup another storage for camera?
Replies: 6
Views: 1166

Re: How to setup another storage for camera?

Here's the result:

# mount | grep storage
/dev/sda1 on /mnt/storage type ext4 (rw,relatime)
I still do not see anything suspicious here. No idea how to debug it.
by andrkac
Sun Oct 27, 2024 10:17 am
Forum: ZoneMinder 1.36.x
Topic: How to setup another storage for camera?
Replies: 6
Views: 1166

Re: How to setup another storage for camera?

It is mounted by fstab:

/dev/sda1 /mnt/storage ext4 defaults 0 1
by andrkac
Sun Oct 27, 2024 2:17 am
Forum: ZoneMinder 1.36.x
Topic: How to setup another storage for camera?
Replies: 6
Views: 1166

How to setup another storage for camera?

I have only one camera. Default storage is for the events /var/cache/zoneminder/events. I want to change it to /mnt/storage, which is additional disk. The same directory I want to share via smb. Sharing via smb works with various combinations of ownershi and priviledges (775, 777, root:root, www ...
by andrkac
Thu Oct 10, 2024 11:42 am
Forum: ZoneMinder 1.36.x
Topic: camera to activate only on demand
Replies: 1
Views: 4310

camera to activate only on demand

I'm trying to setup like this: Two ZM servers in separated LANs, which are connected only by VPN (via gsm network). I want to spare bandwidth between LANs, so multiserver is not a solution, because, as far as I know, Multiserver shares some background - storage and DB. So, in LAN2 there will be ZM2 ...
by andrkac
Tue Apr 09, 2024 3:55 pm
Forum: ZoneMinder 1.36.x
Topic: [1.36.33] VPN over GSM, network bandwith to spare.
Replies: 1
Views: 585

[1.36.33] VPN over GSM, network bandwith to spare.

Hi, I want to add additional camera to my zoneminder. It will be quite far. There is enough power for every installation, so this is not a problem. My first idea is to use additional router (R2, OpenWRT) with IP cam connected to it. Then this router I want to connect via VPN to my primary router and ...
by andrkac
Thu Mar 30, 2023 10:24 am
Forum: ZoneMinder 1.36.x
Topic: Users access control
Replies: 4
Views: 726

Re: Users access control

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.
by andrkac
Wed Mar 29, 2023 2:14 pm
Forum: ZoneMinder 1.36.x
Topic: Users access control
Replies: 4
Views: 726

Re: Users access control

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...
by andrkac
Sun Mar 26, 2023 11:35 pm
Forum: ZoneMinder 1.36.x
Topic: Users access control
Replies: 4
Views: 726

Users access control

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 ...
by andrkac
Tue Dec 21, 2021 11:05 pm
Forum: ZoneMinder 1.36.x
Topic: How to connect output from MJPG-Streamer?
Replies: 1
Views: 3416

How to connect output from MJPG-Streamer?

I have a basic issue, I think. I've connected USB webcam to old OpenWRT router, which for now works only as a switch Webcam works (with uvc driver) and serves constant view with MJPG-Streamer as http://[openwrt_ip]:8082/?action=stream This address shows just a live view from the webcam, which, i ...