Page 1 of 1

more than 24 cameras. how?

Posted: Thu Aug 28, 2014 1:22 pm
by zmuserzm
I have 24 cameras set up zoneminder and I get a picture with any camera, but at the same time I can see only 16 cameras what problemma where to look ... test machine for vbox 4gb of RAM and 4 processors
zoneminder 1.26
ubuntu 14.04
24 camera rtsp

Re: more than 24 cameras. how?

Posted: Mon Sep 01, 2014 12:45 pm
by bbunge
You may have hit a limit in MySQL. I'm running 15 cameras and when several users connect to the montage view we get a max connections error. To fix this I've increased the MySQL connections to 1000:

sudo nano /etc/mysql/my.cnf

look for max_connections = and change the value to 1000 (or greater)

ctrl + o to save the changes
ctrl + x to close nano

restart MySQL or restart the PC.