Search found 3 matches
- Wed Jun 02, 2021 2:51 pm
- Forum: ZoneMinder 1.34.x
- Topic: Unable to use API due to cross origin block
- Replies: 3
- Views: 4685
Unable to use API due to cross origin block
I've been trying to fix this for a while now. I have a local host, where I'm building an interface and would like to make API requests to zoneminder server, which is on another machine. Both endpoints are behind a valid SSL configuration. I'm sending a JS fetch to https://<domain>/zm/api/host/login ...
- Mon Apr 12, 2021 9:19 pm
- Forum: ZoneMinder 1.34.x
- Topic: Can only view one stream at a time for the same camera
- Replies: 1
- Views: 879
Re: Can only view one stream at a time for the same camera
My bad
I didn't fully follow the instructions till the end.
It was important for this case to create the file
and insert the number of cameras needed

I didn't fully follow the instructions till the end.
It was important for this case to create the file
Code: Select all
nano /etc/default/fcgiwrap
Code: Select all
DAEMON_OPTS=-c 10
- Mon Apr 12, 2021 8:36 pm
- Forum: ZoneMinder 1.34.x
- Topic: Can only view one stream at a time for the same camera
- Replies: 1
- Views: 879
Can only view one stream at a time for the same camera
I have installed zoneminder on a debian LXC following the guide for nginx as shown here: https://wiki.zoneminder.com/Debian_10_Buster_with_Zoneminder_1.34.x_from_ZM_Repo I have an IP camera - Annke C800 using Hikvision and have set up a monitor with source type Ffmpeg and currently running a monitor ...