Online devices limit

Forum for questions and support relating to the 1.34.x releases only.
Post Reply
pavel3d
Posts: 1
Joined: Wed Aug 11, 2021 6:40 am

Online devices limit

Post by pavel3d »

Hi!

I have an issue that I couldn't solve.

As you can see in the image enclosed only 6 cameras goes online. I found only topics about problems with "Montage" viev of more than 6 cameras but in my case 7th camera simply doesnt go online. If I make one of those working offline, another one for example "Plac7" goes online but not more than 6 devices in one time.

Looks like limit of online devices? Something wrong in config?

Best regards!
Attachments
Bez tytułu.jpg
Bez tytułu.jpg (185.68 KiB) Viewed 2353 times
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Online devices limit

Post by burger »

Montage viewing of 6 cameras is an unrelated issue. That is only for a client viewing the cameras, not the recording of them. What are your system specs? This scenario looks like you don't have enough CPU / RAM to run 7 cameras. Is this an ARM board? If that is the case, you can try lowering the FPS / resolution on the cameras, or upgrading the hardware.
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
bbunge
Posts: 2934
Joined: Mon Mar 26, 2012 11:40 am
Location: Pennsylvania

Re: Online devices limit

Post by bbunge »

If you are using Firefox there is a browser fix:

Enter about:config in the address bar

scroll down to
browser.cache.check_doc_frequency 3
change the 3 to a 1

browser.cache.disk.enable True -> False
network.http.max-connections-per-server -> put a value of 100
network.http.max-persistent-connections-per-proxy -> 100 again
network.http.max-persistent-connections-per-server -> 100 again
Post Reply