Search found 370 matches

by linuxsense
Mon Jun 30, 2014 6:17 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4861

Re: [1.27.0] You don't have permission to access /zoneminder

That shouldn't cause problems,its just a warning. You can edit the php.ini to not show warnings. This is a good example: http://www.zootemplate.com/blog/how-to- ... hpini-file
by linuxsense
Mon Jun 30, 2014 5:55 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4861

Re: [1.27.0] You don't have permission to access /zoneminder

That should just be a warning. What issue do you have exactly?
by linuxsense
Mon Jun 30, 2014 5:54 pm
Forum: ZoneMinder 1.27.x
Topic: Only one Monitor after activating Authenticate user logins
Replies: 3
Views: 1950

Re: Only one Monitor after activating Authenticate user logi

It sounds like the admin user might be configured to only have access to the one monitor. Open the user prefs and make sure the admin user is configured something like this: https://dl.dropboxusercontent.com/u/6511963/users.png Make sure that nothing is selected in the 'restricted monitors' section.
by linuxsense
Mon Jun 30, 2014 5:49 pm
Forum: ZoneMinder 1.27.x
Topic: zm 27.1 : ERROR: libjpeg-turbo is required for JPEG encoding
Replies: 6
Views: 3058

Re: zm 27.1 : ERROR: libjpeg-turbo is required for JPEG enco

Hi Marc. You installed ZM from a package or did you build it from source? ZoneMinder needs to be complied with the libs in place, I don't believe that adding turbo with suffice if you used a package. You might be able to get away with replacing the normal jpeg libs with links to the turbo libs but y...
by linuxsense
Mon Jun 30, 2014 5:43 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4861

Re: [1.27.0] You don't have permission to access /zoneminder

Is this Apache 2.4? Can you share your apache config for the ZM site?
by linuxsense
Sat Jun 28, 2014 9:09 am
Forum: ZoneMinder 1.27.x
Topic: 2 or more camera streams stop daily
Replies: 14
Views: 5816

Re: 2 or more camera streams stop daily

No, don't do that. Sorry if I overlooked it, half asleep, but what distro are you running and what version of ZoneMinder are you using? Built from source or installed with a package? You are running this in a VM? I have a few VM images that are ripe to build the current ZoneMinder code with all the ...
by linuxsense
Sat Jun 28, 2014 2:35 am
Forum: ZoneMinder 1.27.x
Topic: 2 or more camera streams stop daily
Replies: 14
Views: 5816

Re: 2 or more camera streams stop daily

One thing to keep in mind is many IP cams can only support two streams at a time so if you are feeding a stream to ZoneMinder and accessing it directly you can get the oldest stream to be ended to supply the newer ones. If you use a mobile app to watch the cams streams set it up to pull the stream f...
by linuxsense
Fri Jun 27, 2014 8:05 pm
Forum: ZoneMinder 1.27.x
Topic: 2 or more camera streams stop daily
Replies: 14
Views: 5816

Re: 2 or more camera streams stop daily

Easiest way to see if ZM found the libs and was built against them is to use ldd on one of the binary files. Find the dir where 'zmc' is located and do "ldd zmc | grep turbo" and see if libjpeg-turbo shows up.
by linuxsense
Fri Jun 27, 2014 5:19 pm
Forum: ZoneMinder 1.27.x
Topic: socket_sendto( ) failed: No such file or directory
Replies: 5
Views: 2636

Re: socket_sendto( ) failed: No such file or directory

The libjpeg-turbo errors are generated because you have 32bit color space selected for you monitors, but you do not have libjpeg-turbo installed on your system. Use 24bit color space if you are unwilling to install libjpeg-turbo. There will be a performance hit, but at least it will work. Great tip...
by linuxsense
Thu Jun 26, 2014 7:37 pm
Forum: ZoneMinder 1.27.x
Topic: Looking for CAM IP H.264
Replies: 5
Views: 25788

Re: Looking for CAM IP H.264

I used one of these: http://www.amazon.com/gp/product/B008GTAPSO

Quite a few similar options available in that price range.
by linuxsense
Thu Jun 26, 2014 5:02 pm
Forum: ZoneMinder 1.27.x
Topic: Looking for CAM IP H.264
Replies: 5
Views: 25788

Re: Looking for CAM IP H.264

Budget? If its big lots of great cams are out there. If its minimal I recently found a source for pretty decent 720P IP cams for about $35 that I have had great results with. The built-in interface in those cams is pretty poor but I only use it to set video parameters and have worked out a way to se...
by linuxsense
Thu Jun 26, 2014 4:51 pm
Forum: ZoneMinder 1.27.x
Topic: Waiting for available socket
Replies: 4
Views: 26325

Re: Waiting for available socket

Yep, its a hard limit in Chrome, and Google wont be changing it especially since HTTP 1.2 specs 'recommend' only allowing 2 sockets per server. A shame since running my custom montage page with 6 cams using Chrome (with gpu acceleration enabled) uses way less CPU than Firefox when running the same m...
by linuxsense
Thu Jun 26, 2014 4:46 pm
Forum: ZoneMinder 1.27.x
Topic: socket_sendto( ) failed: No such file or directory
Replies: 5
Views: 2636

Re: socket_sendto( ) failed: No such file or directory

You might want to install libjpeg-turbo from source and link it up so ZM builds against it, the performance advantage is pretty huge. The socket error is secondary to the real issue...ZM wasn't able to capture the stream.
by linuxsense
Thu Jun 26, 2014 4:42 pm
Forum: ZoneMinder 1.27.x
Topic: Problem with corrupt JPEG images
Replies: 10
Views: 5778

Re: Problem with corrupt JPEG images

The issue inst necessarily zm specific, it can happen for various reasons, but using RTSP/RTP with ffmpeg or libvlc is the way to go if your camera(s) support it. It is just a better way to handle 'real time' streams. Without log info (you might want to crank up the verbosity and try to locate when ...
by linuxsense
Thu Jun 26, 2014 1:44 am
Forum: ZoneMinder 1.27.x
Topic: Problem with corrupt JPEG images
Replies: 10
Views: 5778

Re: Problem with corrupt JPEG images

I am not very familiar with the current state of 1.27 deb packages of ZM as I always build from source as the development of ZM is pretty rapid. I would suggest going with 14.04 and building ZM with from source on a minimal install of 14.04 with the vlc libs from the 'nightly' videolan repo for best...