more than 24 cameras. how?

Forum for questions and support relating to the 1.26.x releases only.
Locked
zmuserzm
Posts: 2
Joined: Tue Aug 26, 2014 3:16 am

more than 24 cameras. how?

Post 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
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: more than 24 cameras. how?

Post 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.
Locked