Search found 12 matches

by CKrypto
Mon Jan 06, 2020 4:30 pm
Forum: ZoneMinder 1.32.x
Topic: Connecting Wyze V2 to Zoneminder
Replies: 17
Views: 34324

Re: Connecting Wyze V2 to Zoneminder

Not sure if you ever got yours working, but I have my Wyze V2 cams running in ZM with the following settings: Zoneminder v1.32.3 (running on docker) Wyze V2 firmware 4.28.4.40 (this is the second rtsp beta firmware that Wyze released) Everything seems to function normally. There is occasionally some ...
by CKrypto
Mon May 19, 2014 10:17 pm
Forum: ZoneMinder 1.27.x
Topic: Shared data size conflict in shared_data using libvlc
Replies: 2
Views: 2438

Shared data size conflict in shared_data using libvlc

So, I've recently updated to 1.27 and everything is is running much quicker than on 1.25 which I am happy about, however, I am constantly getting an error on two of the cameras that are using Libvlc as the 'Source Type': 2014-05-19 18:12:12.096070 zmwatch 17594 ERR Shared data size conflict in ...
by CKrypto
Mon May 19, 2014 10:09 pm
Forum: ZoneMinder 1.27.x
Topic: no images in zone editor (reinstall. under UBUNTU14.04)
Replies: 2
Views: 1760

Re: no images in zone editor (reinstall. under UBUNTU14.04)

I had the same problem. You can have the events and images directory anywhere you like as long as they are sim linked to the root of the zoneminder www directory. For example, I have a separate disk on which I want to keep my zoneminder data... /storage/zoneminder/events, /storage/zoneminder/images ...
by CKrypto
Fri Jul 12, 2013 8:23 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble with compiling on Fedora_18_64
Replies: 14
Views: 7090

Re: Trouble with compiling on Fedora_18_64

I dont understand why using the direct path in options didnt work? Is this a common thing with multiple disks on linux or just a zm thing? It's a security issue from the web server stand point. You don't want to expose your entire file system, so the web server only allows access to files ...
by CKrypto
Fri Jul 12, 2013 3:00 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble with compiling on Fedora_18_64
Replies: 14
Views: 7090

Re: Trouble with compiling on Fedora_18_64

socket_sendto( /var/lib/zoneminder/sock/zms-838013s.sock ) failed: No such file or directory This is probably related to your httpd configuration. See this thread. Can't open /usr/share/zoneminder/www//run/media/pvr/bigDisk/zm/3/13/07/12/06/39/37/001-capture.jpg: No such file or directory This is ...
by CKrypto
Thu Jul 11, 2013 8:10 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble with compiling on Fedora_18_64
Replies: 14
Views: 7090

Re: Trouble with compiling on Fedora_18_64

I am trying to compile it for a couple of reasons, one being that its a good exercise for me as I am eager to learn about GNU, compiling etc. Sometimes the best way to gain experience is by fixing things when they go wrong! The other reason is that ZM seems to have many issues on Fedora and similar ...
by CKrypto
Thu Jul 11, 2013 4:59 am
Forum: ZoneMinder 1.25.x
Topic: Trouble with compiling on Fedora_18_64
Replies: 14
Views: 7090

Re: Trouble with compiling on Fedora_18_64

Just curious as to why you need to compile your own version of zm? If you don't need h.264 support, then the official Fedora repo should suit you just fine... just do `yum install zoneminder` and you should get everything you need. I believe the patch I gave you was to fix some issues with h.264 ...
by CKrypto
Tue Jul 09, 2013 7:28 pm
Forum: ZoneMinder 1.25.x
Topic: Trouble with compiling on Fedora_18_64
Replies: 14
Views: 7090

Re: Trouble with compiling on Fedora_18_64

I am running on Fedora 18 x64 and ran into the same issues. I compiled a bunch of different fixes into a patch: diff -rupN a/src/zm_ffmpeg_camera.cpp b/src/zm_ffmpeg_camera.cpp --- a/src/zm_ffmpeg_camera.cpp 2013-05-13 12:33:58.236394833 -0400 +++ b/src/zm_ffmpeg_camera.cpp 2013-05-13 12:33:58 ...
by CKrypto
Mon May 13, 2013 7:12 pm
Forum: ZoneMinder 1.25.x
Topic: Fedora 18 x86_64
Replies: 7
Views: 5884

Re: Fedora 18 x86_64

gstewart: I had a similar problem. Tail /var/log/httpd/error_log for errors when trying to view your camera stream. I'm pretty sure the issue is with your web server setup. Make sure you are using the /etc/httpd/conf.d/zoneminder.conf from the most recent rpm and make sure that you comment out all ...
by CKrypto
Mon May 13, 2013 2:57 pm
Forum: ZoneMinder 1.25.x
Topic: Fedora 19 Installation help.
Replies: 8
Views: 3571

Re: Fedora 19 Installation help.

You need to give the zoneminder user access to the zm database: $ mysql -u root -p > grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass'; > flush privileges; > exit; I believe "zmuser" and "zmpass" are the defaults used for the Fedora rpms, but whatever they are ...
by CKrypto
Tue Feb 19, 2013 6:54 pm
Forum: ZoneMinder 1.25.x
Topic: zmstreamer with mjpg support binary?
Replies: 0
Views: 900

zmstreamer with mjpg support binary?

Hello all, Long story short, it appears that the "official" Fedora rpm builds of Zoneminder don't include support for MJPG streaming in zmstreamer. I spent most of yesterday trying to compile from source, but have run into issues (I think it has to do with the zoneminder build using deprecated ...