Search found 5 matches

by cyberfitz
Thu Jan 26, 2017 6:23 am
Forum: ZoneMinder 1.30.x
Topic: Missing deps and cert probs
Replies: 9
Views: 2944

Re: Missing deps and cert probs

ran into this last month ... posted in this very forum :

viewtopic.php?f=36&t=25572&hilit=dnf+install
by cyberfitz
Fri Dec 09, 2016 6:03 pm
Forum: ZoneMinder 1.30.x
Topic: ECOR264-4D2 jpg blue screen
Replies: 5
Views: 2990

Re: ECOR264-4D2 jpg blue screen

well - still not sure why zoneminder cant work here - tried curl, ffmpeg, .... all of them. Have settled on this solution which is working very well. Posting here in case someone else finds it useful: #!/bin/bash mkdir -p /tmp/zmpics touch /tmp/zmpics/pid_${1} PID=$(cat /tmp/zmpics/pid_${1}) if [ x ...
by cyberfitz
Fri Dec 09, 2016 3:30 am
Forum: ZoneMinder 1.30.x
Topic: Missing packages whe installing zoneminder on fedora25
Replies: 0
Views: 1374

Missing packages whe installing zoneminder on fedora25

as an FYI these additional perl packacges are required for zoneminder 1.30 but not installed by default

perl-Time-HiRes
perl-Sys-Syslog
perl-Sys-Mmap
perl-Sys-MemInfo
perl-Sys-CPU
perl-Date-Manip

dnf install them and it resolves startup issues and errors in zmfilter.pl and zmtelementry.pl
by cyberfitz
Mon Dec 05, 2016 6:01 pm
Forum: ZoneMinder 1.30.x
Topic: ECOR264-4D2 jpg blue screen
Replies: 5
Views: 2990

Re: ECOR264-4D2 jpg blue screen

well i can get it to work if i change it to be a file instead of remote and run this script in the background :

while true
do wget -q http://admin:password@192.168.254.200:1 ... amera1.jpg
mv camera1.jpg.1 camera1.jpg
sleep .1
done


just seems like a hack (cuz it is)
by cyberfitz
Fri Dec 02, 2016 4:54 pm
Forum: ZoneMinder 1.30.x
Topic: ECOR264-4D2 jpg blue screen
Replies: 5
Views: 2990

ECOR264-4D2 jpg blue screen

ok - so new to zoneminder will try to provide the details ... 1 - i installed v1.30 based on the fedora instructions listed here https://wiki.zoneminder.com/Fedora 2 - I have 4 Dlink ip cameras which are working fine - i can get picture and everythings seems to be ok 3 - I have an installed (old ...