Search found 69 matches

by trumee
Sat Oct 13, 2018 8:09 pm
Forum: ZoneMinder 1.32.x
Topic: Empty files with H264 Passthrough
Replies: 5
Views: 3280

Re: Empty files with H264 Passthrough

I have the default settings of,

Pre Event Image Count 0
Post Event Image Count 5

I will try to increase the Post Event Image count as you suggested.
by trumee
Sat Oct 13, 2018 10:55 am
Forum: ZoneMinder 1.32.x
Topic: Empty files with H264 Passthrough
Replies: 5
Views: 3280

Re: Empty files with H264 Passthrough

Here is a log for an empty video event 55029 create at 15:52:52. The previous event 55028 was ok and did have a video. 10/13/18 15:52:32.284523 zmc_m10[2861].INF-zm_monitor.cpp/2473 [GroundBedRoomHD-2: images:173500 - Capturing at 10.00 fps, capturing bandwidth 92347bytes/sec] 10/13/18 15:52:37.9968...
by trumee
Fri Oct 12, 2018 10:17 pm
Forum: ZoneMinder 1.32.x
Topic: Empty files with H264 Passthrough
Replies: 5
Views: 3280

Re: Empty files with H264 Passthrough

Is it possible to find log for this 50076 event?

The logs in the webui dont go back enough so there are no errors under zmc_m12 and zma_m12.
by trumee
Fri Oct 12, 2018 11:26 am
Forum: ZoneMinder 1.32.x
Topic: Empty files with H264 Passthrough
Replies: 5
Views: 3280

Empty files with H264 Passthrough

Hello, My Foscam camera's are creating a lot of empty video files after upgrading to 1.32 and making use of H264 Passthrough. Here is an example event, https://i.imgur.com/FIBsHJ0.png According to ZM there should be 11 frames, however if you look at the file it is empty, #mediainfo 50076-video.mp4 G...
by trumee
Tue Oct 09, 2018 10:10 am
Forum: ZoneMinder 1.32.x
Topic: Linked monitors, count of captured events different
Replies: 0
Views: 1256

Linked monitors, count of captured events different

Hello, I have a Dahua camera with the main stream (high res) at 5FPS and substream at 10FPS like so https://i.imgur.com/Q38Cf6D.png Modect is enabled on the Substream like so, https://i.imgur.com/KNsG1yA.png and the MainStream is setup as NoDect and linked to the Substream, https://i.imgur.com/F0iTc...
by trumee
Mon Oct 08, 2018 12:10 pm
Forum: ZoneMinder 1.32.x
Topic: External scripts in Filter broken
Replies: 1
Views: 1198

Re: External scripts in Filter broken

Got help from @knight-of-ni and the following change made it to work,

Code: Select all

change $event in line 329 to $Event in /usr/bin/zmfilter.pl
by trumee
Sun Oct 07, 2018 4:46 pm
Forum: ZoneMinder 1.32.x
Topic: External scripts in Filter broken
Replies: 1
Views: 1198

External scripts in Filter broken

Hello, I made a filter called ArchiveVideo and specified script "/usr/share/zoneminder/www/tools/movevideo.sh" in Execute command on all matches and received the following error, # sudo -u www-data zmfilter.pl --filter=ArchiveVideo 10/07/18 21:20:29.111238 zmfilter[25234].INF [main:176] [S...
by trumee
Sat Jul 14, 2018 6:19 pm
Forum: User Contributions
Topic: Filter to convert Events to h264 video and save to custom location
Replies: 6
Views: 10078

Re: Filter to convert Events to h264 video and save to custom location

I had to do following change in movevideo script otherwise all the events were getting put in video directory.

Code: Select all

 DEST=$(sed 's/[^0-9]\+/\/archive\/video/' <<< $1)
 
by trumee
Fri Jul 13, 2018 6:02 pm
Forum: ZoneMinder 1.31.x
Topic: Storage Areas, Master and 1.32 stable
Replies: 4
Views: 3589

Re: Storage Areas, Master and 1.32 stable

Thanks i will setup using the master repo. Once 1.32 is released i will change the repo to stable. Will the mysql ZM db be the same between current master and 1.32 stable release?
by trumee
Fri Jul 13, 2018 1:23 pm
Forum: ZoneMinder 1.31.x
Topic: Storage Areas, Master and 1.32 stable
Replies: 4
Views: 3589

Storage Areas, Master and 1.32 stable

Hello,

I see that for Ubuntu there are two repos, Storage areas and Master. Which amongst the two can be update to stable release whenever that comes out?

Is there any difference between Storageareas and Master?

Thanks

PS: I am interested in H.264 passthrough and mjpeg streams.
by trumee
Sun Jul 08, 2018 3:49 am
Forum: ZoneMinder 1.30.x
Topic: Encrypt and upload to cloud
Replies: 1
Views: 1256

Encrypt and upload to cloud

Hello,

I would like to upload the video/images to the cloud (Digital Ocean) when motion is detected. However, the files should be encrypted first before they are uploaded. Is there any way to do this?

Thanks
by trumee
Fri Jun 22, 2018 12:40 am
Forum: ZoneMinder 1.30.x
Topic: Local copy of a remote ZM server
Replies: 2
Views: 1453

Local copy of a remote ZM server

Hello, I have a ZM server running at a remote location. Is it possible to make a local clone of the remote ZM server, so that all the events/db get copied over automatically? This way i can browse through the events locally without logging into the remote server. In addition, if the remote server br...
by trumee
Sun Dec 17, 2017 9:22 pm
Forum: ZoneMinder 1.30.x
Topic: [Solved] Foscam camera works in 1.30.0 but not in 1.30.4
Replies: 0
Views: 4626

[Solved] Foscam camera works in 1.30.0 but not in 1.30.4

Issue was my network. It works fine. Solved! ----------------------- Hi, I have a Foscam camera (FI9821W V2.1, System Firmware 1.5.2.11, Application FIrmware 2.21.1.127) which is setup in 1.30.0 as Source Type FFMPEG, Remote Method RTP/Unicast, and Source Path:rtsp://uw:pw@192.168.1.2:80/videoMain I...
by trumee
Wed Feb 17, 2016 2:05 am
Forum: ZoneMinder 1.29.x
Topic: FreeBSD support?
Replies: 0
Views: 1363

FreeBSD support?

ZM doesnt compile in a FreeBSD 10.2 jail as specified in this bug report. Does anybody has a suggestion on how to fix this?