Search found 370 matches

by linuxsense
Wed Jul 02, 2014 8:42 pm
Forum: ZoneMinder 1.27.x
Topic: A copy of a virtual machine I test ZM in available
Replies: 24
Views: 10870

A copy of a virtual machine I test ZM in available

I have a virtual machine image of Ubuntu 14.04 with the latest ZoneMinder built from source that includes a good version of ffmpeg, x264, libvlc, libjpeg-turbo, etc. Its a pretty minimal Ubuntu installation but its ready to run, just add your cameras. The source is included in /usr/local/src. If thi...
by linuxsense
Wed Jul 02, 2014 7:50 pm
Forum: ZoneMinder 1.27.x
Topic: error: Shared data size conflict in shared_data for monitor
Replies: 10
Views: 4182

Re: error: Shared data size conflict in shared_data for moni

This is probably related to how you are capturing the camera stream. What version of ZM are you using? The current source from the git repo or something else? What are your camera settings?
by linuxsense
Wed Jul 02, 2014 6:07 pm
Forum: ZoneMinder 1.27.x
Topic: Bt878_2chip_16channels expected performance
Replies: 7
Views: 2813

Re: Bt878_2chip_16channels expected performance

Yea, that would do it. You shouldn't get good results using 'progressive' as the de-interlacing settings...at least I never have. You have V4L2 installed and not V4L, correct? If so try 'four field motion adaptive - medium'. Also, I have found that with analog capture cards its often best to reboot ...
by linuxsense
Wed Jul 02, 2014 5:29 pm
Forum: ZoneMinder 1.27.x
Topic: zm 27.1 : ERROR: libjpeg-turbo is required for JPEG encoding
Replies: 6
Views: 3082

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

Show me your configuration line for building ZM. Did you use cmake or ./configure? How did you install libjpeg-turbo?
by linuxsense
Tue Jul 01, 2014 6:15 pm
Forum: ZoneMinder 1.27.x
Topic: Bt878_2chip_16channels expected performance
Replies: 7
Views: 2813

Re: Bt878_2chip_16channels expected performance

It looks pretty typical. You simply wont get good performance from 8 cams per capture chip. You might get better results if you set each cam to a low fps like 2 to see if that works OK. I have a similar card that has one chip per chan and it can run each cam at 20+ fps with no problem but I have als...
by linuxsense
Tue Jul 01, 2014 6:03 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4912

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

No, its not a good way to fix errors but its not unusual to disable it in a production system especially if the only 'errors' you are getting are just warnings. If you are still on 1.27 you should consider moving to 1.27.1 as the current code is excellent.
by linuxsense
Tue Jul 01, 2014 5:47 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4912

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

Try:

Code: Select all

error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
and

Code: Select all

display_errors = Off
by linuxsense
Tue Jul 01, 2014 5:23 pm
Forum: ZoneMinder 1.27.x
Topic: [1.27.0] You don't have permission to access /zoneminder ...
Replies: 13
Views: 4912

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

Did you restart Apache after the changes? Which php.ini file did you modify? You might have several on the system, one for Apache and one for CLI.
by linuxsense
Tue Jul 01, 2014 5:21 pm
Forum: ZoneMinder 1.27.x
Topic: Bt878_2chip_16channels expected performance
Replies: 7
Views: 2813

Re: Bt878_2chip_16channels expected performance

How many cams are you running on it? 8 cams per chip is pretty taxing, I have always preferred one or two cams per chip. I would expect 8 cams per chip to run at about 2-3 fps. What is your output of grep bttv /var/log/kern.log ? Can you also do a sudo lshw >> hw.txt and paste the info from the crea...
by linuxsense
Tue Jul 01, 2014 5:07 pm
Forum: ZoneMinder 1.27.x
Topic: Problem with corrupt JPEG images
Replies: 10
Views: 5820

Re: Problem with corrupt JPEG images

If you are still using ffmpeg you might want to add these options under the 'source tab' for the monitor: allowed_media_types=video, bitrate=4096 https://dl.dropboxusercontent.com/u/6511963/source1.png Some of my cams make ffmpeg think they do audio even though they dont, telling it to not look for ...
by linuxsense
Tue Jul 01, 2014 4:34 pm
Forum: ZoneMinder 1.27.x
Topic: Capture Daemon Segfaults using LibVLC RTSP source
Replies: 3
Views: 2018

Re: Capture Daemon Segfaults using LibVLC RTSP source

ZM is a bit picky on the versions of libs you have installed prior to building. I have found that the current vlc libs from the videolan nightly repo work well along with this particular version of ffmpeg that I build after building x264: https://dl.dropboxusercontent.com/u/6511963/ffmpeg-56254-gb7b...
by linuxsense
Mon Jun 30, 2014 6:48 pm
Forum: ZoneMinder 1.27.x
Topic: Does ZoneMinder support Webpage integration?
Replies: 2
Views: 1940

Re: Does ZoneMinder support Webpage integration?

Sure, you can embed a live feed of one (or more) of your zoneminder monitors in a webpage. If your webserver is local to the ZM box and the ZM box is well isolated you can do it without using authentication but if you do require authentication you will need to change the settings in ZM to use 'none'...
by linuxsense
Mon Jun 30, 2014 6:24 pm
Forum: ZoneMinder 1.27.x
Topic: How do you upgrade to V1.27.1?
Replies: 3
Views: 2585

Re: How do you upgrade to V1.27.1?

I would actually encourage using the current git code, it has many bug fixes and enhancements over the initial 1.27 release especially when built with ffmpeg and libvlc. The issue of the errors in the web based log viewer can be overcome by disabling logging to the database in options and just using...
by linuxsense
Mon Jun 30, 2014 6:19 pm
Forum: ZoneMinder 1.27.x
Topic: 2 or more camera streams stop daily
Replies: 14
Views: 5872

Re: 2 or more camera streams stop daily

Ahh. I wasn't sure. You said "..connected to a zoneminder 1.27 VM" so I thought it might be running in a virtual machine.