Search found 394 matches

by burger
Fri Jun 05, 2020 3:21 am
Forum: Hardware Queries
Topic: TP-Link NC450
Replies: 16
Views: 21560

Re: TP-Link NC450

I have 4 camera TP-Link NC450. I configured as Source Ffmpeg and the source path "rtsp://user:password@cameraIP:554/h264_hd.sdp" The problem it only works one at a time. They don't catch all four together. Do you know how I must configure to see all four at the same time? Thanks. What har...
by burger
Fri Jun 05, 2020 3:15 am
Forum: ZoneMinder Hints & Tips
Topic: Adding IP Cameras on Zoneminder
Replies: 1
Views: 9419

Re: Adding IP Cameras on Zoneminder

Easiest way to start is with a well supported camera (they are all different) and existing documentation at
https://wiki.zoneminder.com/Hardware_Compatibility_List
see also
https://wiki.zoneminder.com/Beginner_hardware
and
https://wiki.zoneminder.com/Dummies_Guide
by burger
Fri Jun 05, 2020 3:12 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: how to upgrade?
Replies: 1
Views: 1495

Re: how to upgrade?

Configuration is in the db. Backup db before updating.

See the install docs on the wiki:
https://wiki.zoneminder.com/Contents
https://wiki.zoneminder.com/Debian
and
https://wiki.zoneminder.com/Single_Board_Computers
for rpi notes.
by burger
Fri Jun 05, 2020 3:10 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: Event length
Replies: 3
Views: 2551

Re: Event length

Not sure how to handle this in the settings configuration, but zmtrigger.pl will do this. I have motion sensors that activate a monitor for 30 seconds, and if the alarm occurs again within the 30 seconds, it extends the timer. See /usr/bin/zmtrigger.pl
by burger
Fri Jun 05, 2020 3:08 am
Forum: ZoneMinder 1.34.x
Topic: Update ZoneMinder problem
Replies: 2
Views: 1281

Re: Update ZoneMinder problem

SQL updates can take a while. Monitor process with top/htop.
by burger
Fri May 29, 2020 1:55 pm
Forum: ZoneMinder 1.34.x
Topic: Need help with mail event triggers
Replies: 5
Views: 2022

Re: Need help with mail event triggers

https://wiki.zoneminder.com/SMS_Notifications

Please have patience with posts. You can bump if your post falls through the cracks, but it had only been a day.

Easiest way to setup email is with SSMTP / Debian. See the above link for troubleshooting info and setup.
by burger
Thu May 28, 2020 1:01 am
Forum: ZoneMinder 1.34.x
Topic: Securing site with Cloudflare
Replies: 1
Views: 1339

Re: Securing site with Cloudflare

This is outside the scope of the Zoneminder forums. Such a question is for either cloudflare, apache, or nginx forums. At a quick glance, it seems the issue is of how to properly redirect http requests (port 80) to port 443. Typically you will have apache do a redirect on port 80 so that it goes to ...
by burger
Thu May 28, 2020 12:51 am
Forum: Hardware Queries
Topic: Chicony USB 2.0 Camera (Old 2007 Toshiba)
Replies: 2
Views: 2139

Re: Chicony USB 2.0 Camera (Old 2007 Toshiba)

You mention USB camera, but to be clear - you can use a webcam. You can try adjusting the settings, and deep dive into how it works, if you like. There should be some resources on how the webcam is controlled via tv4linux or the module the camera uses. Or you can go to the wikI: https://wiki.zonemin...
by burger
Tue May 26, 2020 8:08 pm
Forum: ZoneMinder 1.34.x
Topic: Setting SSL variables
Replies: 5
Views: 2206

Re: Setting SSL variables

Per subject title, The self certs in ZM work without any need to configure php vars in zm.conf files. I understand you are having an issue with the API, but making a new thread with a broad subject will confuse other newcomers who are searching for ssl help. When a layman is setting up ZM with SSL, ...
by burger
Mon May 25, 2020 5:11 pm
Forum: Hardware Queries
Topic: Zoneminder hardware requirements
Replies: 1
Views: 2208

Re: Zoneminder hardware requirements

What FPS? What model of camera? (this is important). If you want to run 100's of cameras (I've admittedly only run max 30-40), you might consider either multi server, or instead running distinct ZM servers to balance the load. Or simply get a really powerful server. H264 passthrough might be necessa...
by burger
Mon May 25, 2020 5:08 pm
Forum: ZoneMinder 1.34.x
Topic: All events are being deleted after restarting docker
Replies: 1
Views: 801

Re: All events are being deleted after restarting docker

Post the docker command or docker-compose.yml

I'd advise using docker-compose.yml

(this should be moved to docker forum)
by burger
Mon May 25, 2020 5:02 pm
Forum: ZoneMinder 1.30.x
Topic: Anyone Still Using Zoneminder 1.30?
Replies: 2
Views: 7628

Re: Anyone Still Using Zoneminder 1.30?

some features worth upgrading for:
  • x264 encoding (lower disk space usage, and longer histories)
  • x264 passthrough (lower CPU usage)
  • storage areas (record to multiple hdds easily)
  • zmninja compatibility (if you use it)
You can run old and new systems side by side to evaluate.
by burger
Sun May 17, 2020 2:23 am
Forum: ZoneMinder 1.34.x
Topic: How to delete zmfilter creating tons of email queue
Replies: 5
Views: 2042

Re: How to delete zmfilter creating tons of email queue

When testing emails and filters, make sure to limit results to 1.

Also once a specific event is sent, it is flagged in the db, and will not send again.

https://wiki.zoneminder.com/SMS_Notifications
by burger
Sun May 17, 2020 2:16 am
Forum: Docker
Topic: Done! so how do I make it work.
Replies: 1
Views: 2774

Re: Done! so how do I make it work.

For beginners, the easy way to install ZM is to use bbhunge's installation guides on the wiki, see wiki.zoneminder.com/Debian wiki.zoneminder.com/Ubuntu (these guides are also linked from wiki.zoneminder.com/Contents) Docker is not for beginners. It is often harder to setup, at first than just insta...
by burger
Fri May 15, 2020 2:53 pm
Forum: Docker
Topic: Done! so how do I make it work.
Replies: 1
Views: 2774

Re: Done! so how do I make it work.

Followed the instructions from here: https://github.com/dlandon/zoneminder The only change to the instructions I made was replacing the '0's with 1's for running assuming I want all the extras. ... 1- I tried rebooting but no luck. 2- I tried using the same sudo docker run -d --name="Zoneminde...