Search found 16 matches
- Mon May 14, 2018 1:57 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145759
Re: Layout messed up after 1.31.44 update
Something is still broken. zmc process keeps restarting.
- Sun May 06, 2018 5:22 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145759
Re: Layout messed up after 1.31.44 update
In 1.31.44 (most recent build) zmdc.pl got changed causing the restartPending observed above. zmpkg.pl spawns off zmdc.pl and then sequentially starts each of the zmc monitor processes as well as the background filter processes. With the most recent change in zmdc.pl, it no longer passes back ...
- Fri May 04, 2018 3:15 am
- Forum: ZoneMinder 1.31.x
- Topic: Having problems with Zoneminder 1.31.44 StorageAreas
- Replies: 8
- Views: 8405
Re: Having problems with Zoneminder 1.31.44 StorageAreas
zmdc.pl has a while loop that will only terminate with a hard-abort or process kill. This is causing the repeated restartPending. i also noticed that only the first (ord) filter is running okay via zmfilter (spawned by zmdc/zmpkg). However, none of the other filters processes are getting kicked at ...
- Thu May 03, 2018 1:34 pm
- Forum: ZoneMinder 1.31.x
- Topic: Having problems with Zoneminder 1.31.44 StorageAreas
- Replies: 8
- Views: 8405
Re: Having problems with Zoneminder 1.31.44 StorageAreas
journalctl log: https://ibb.co/gUz63n I have the same issue If i do a "service zoneminder restart", it fails with a timeout. Another problem: After running zoneminder for a while and capturing some events, I noticed that the event count on the console page was incorrect. For example: I only had 1 ...
- Thu May 03, 2018 4:04 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145759
Re: Layout messed up after 1.31.44 update
then just reload the conf and restart apache:
Here's what i did (maybe overkill, but works):
a2dismod cgi; a2enmod cgi; a2disconf zoneminder; a2enconf zoneminder; service apache2 reload; service apache2 restart
Here's what i did (maybe overkill, but works):
a2dismod cgi; a2enmod cgi; a2disconf zoneminder; a2enconf zoneminder; service apache2 reload; service apache2 restart
- Thu May 03, 2018 4:03 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145759
Re: Layout messed up after 1.31.44 update
Okay, figured it out.. Needed to reorder the code as shown below: Alias /zm /usr/share/zoneminder/www needs to be defined later.. /etc/apache2/conf-available/zoneminder.conf: <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride None <IfModule mod_authz_core.c ...
- Thu May 03, 2018 2:19 am
- Forum: ZoneMinder 1.31.x
- Topic: Layout messed up after 1.31.44 update
- Replies: 49
- Views: 145759
Re: Layout messed up after 1.31.44 update
Same issue ^
- Wed May 02, 2018 3:37 am
- Forum: ZoneMinder 1.31.x
- Topic: nodect with Video passthrough
- Replies: 0
- Views: 1794
nodect with Video passthrough
Hi,
Looks like Nodect only works when:
- slave has "Save JPEG's"=enabled
AND
- master has "Save JPEG's"=enabled
It'd be nice to have Nodect work with Video Passthrough and "Save JPEG's"=disabled (both master and slave)
1.31.44
Looks like Nodect only works when:
- slave has "Save JPEG's"=enabled
AND
- master has "Save JPEG's"=enabled
It'd be nice to have Nodect work with Video Passthrough and "Save JPEG's"=disabled (both master and slave)
1.31.44
- Wed May 02, 2018 3:03 am
- Forum: ZoneMinder 1.31.x
- Topic: how to enable 264 passthru Audio? - it works cmdline with '-strict -2'
- Replies: 2
- Views: 1744
Re: how to enable 264 passthru Audio? - it works cmdline with '-strict -2'
Hi, pls see below. Hope this helps: 05/01/18 21:54:05.114696 zmc_m3[7419].INF-zm_ffmpeg_camera.cpp/374 [Stream open <<< ip_stream >>>, parsing streams...] 05/01/18 21:54:05.148543 zmc_m3[7419].DB4-zm_ffmpeg_camera.cpp/380 [Calling avformat_find_stream_info] 05/01/18 21:54:06.208185 zmc_m3[7419].DB4 ...
- Wed May 02, 2018 2:24 am
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.44 Unable to add monitor
- Replies: 9
- Views: 5578
Re: 1.31.44 Unable to add monitor
okay figured it out..
replace the file /etc/apache2/conf-available/zoneminder.conf with the code provided in link (See post above). Make sure to backup and also make sure to fix line 58 (per prior post).
Worked for me
replace the file /etc/apache2/conf-available/zoneminder.conf with the code provided in link (See post above). Make sure to backup and also make sure to fix line 58 (per prior post).
Worked for me
- Wed May 02, 2018 12:51 am
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.44 Unable to add monitor
- Replies: 9
- Views: 5578
Re: 1.31.44 Unable to add monitor
ok, here's what i did: 1. Create a file in /etc/apache2/ and call it abc.conf (or whatever name) 2. Copy the contents of link above into this abc.conf. Make sure to fix line 58 per comments on the bottom of page. 3. then, to apache2.conf add a line at bottom of file add Include abc.conf 4. Next ...
- Tue May 01, 2018 11:18 pm
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.44 Unable to add monitor
- Replies: 9
- Views: 5578
Re: 1.31.44 Unable to add monitor
i have same issue with 1.31.44.. don't know where to update this config???
- Tue May 01, 2018 11:13 pm
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.40 Upgrade error
- Replies: 7
- Views: 4832
Re: 1.31.40 Upgrade error
I have the same issue. did you figure out what was wrong?
- Tue May 01, 2018 12:56 pm
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.42 Camera Pass through
- Replies: 6
- Views: 4337
Re: 1.31.42 Camera Pass through
thank you.. for some reason i am unable to get audio to work with unless it encode it into AAC using cmdline options.
- Tue May 01, 2018 4:55 am
- Forum: ZoneMinder 1.31.x
- Topic: 1.31.42 Camera Pass through
- Replies: 6
- Views: 4337
Re: 1.31.42 Camera Pass through
How did you set the audio codec to AAC? (camera or within zoneminder settings someplace)?