Search found 7 matches
- Wed Jun 08, 2022 8:37 am
- Forum: ZoneMinder 1.36.x
- Topic: after upgrading to 1.36.17, blank video in montage, and web_php "Unable to get semaphore." in log
- Replies: 22
- Views: 11512
Re: after upgrading to 1.36.17, blank video in montage, and web_php "Unable to get semaphore." in log
Same here, also Rocky Linux, also 1.36.17.
- Sun Jun 06, 2021 7:29 pm
- Forum: ZoneMinder 1.36.x
- Topic: After Upgrade: "...because the format is not supported"
- Replies: 4
- Views: 2951
Re: After Upgrade: "...because the format is not supported"
Thanks, bbunge. This solved it.
- Sun Jun 06, 2021 4:51 pm
- Forum: ZoneMinder 1.36.x
- Topic: After Upgrade: "...because the format is not supported"
- Replies: 4
- Views: 2951
Re: After Upgrade: "...because the format is not supported"
Yes, I am using ffmpeg. I am not absolutely sure where and how to switch these options. I tried in Options / Images the FFMPEG_OUTPUT_OPTIONS and set -crf 23 -vcodec libx264 Unfortunately I still get in the zmc_*.log: 06/06/21 18:41:26.652365 zmc_m2[132357].ERR-zm_videostore.cpp/256 [Failed to ...
- Sun Jun 06, 2021 12:12 pm
- Forum: ZoneMinder 1.36.x
- Topic: After Upgrade: "...because the format is not supported"
- Replies: 4
- Views: 2951
After Upgrade: "...because the format is not supported"
After the upgrade from 1.34 to 1.36 (CentOS 8, rpmfusion, first 1.36.1, now 1.36.3, no difference) the web interface shows "The video could not be loaded either because the server or network failed or because the format is not supported". This is somehow a little bit strange, because 1. old videos ...
- Mon Sep 07, 2020 10:00 pm
- Forum: ZoneMinder 1.34.x
- Topic: Filter - sequence of tasks
- Replies: 3
- Views: 1338
Re: Filter - sequence of tasks
Still not sure how to write the filter. I looked up the Events table in the DB and saw the "Uploaded" flag. So far so good. It would be easy if it would be possible to write a filter like: for every event not uploaded -> upload Is this possible? If not, I see only the possibility to define a filter ...
- Mon Sep 07, 2020 3:06 pm
- Forum: ZoneMinder 1.34.x
- Topic: Filter - sequence of tasks
- Replies: 3
- Views: 1338
Re: Filter - sequence of tasks
Currently I have a filter defined: - All non-archived should be - archived + - uploaded Let's assume the upload of the event fails. Than the event is marked as archived and would never be uploaded again. Is there a way to filter query the "not yet uploaded" events? Or should I just take _every ...
- Mon Sep 07, 2020 9:30 am
- Forum: ZoneMinder 1.34.x
- Topic: Filter - sequence of tasks
- Replies: 3
- Views: 1338
Filter - sequence of tasks
Hello, this may be a newbie question, but please bear with me (I checked the docu + searched in the forum without success). I use the rpmfusion 1.34.20 under CentOS. My idea is to sftp-upload the events to a remote server (this works) and set the archive flag for a successfully transferred event ...