Search found 23 matches

by asturgeon
Sun Jun 19, 2011 11:48 pm
Forum: Website Issues
Topic: ZoneMinder Public GIT Repository Trial
Replies: 2
Views: 6539

ZoneMinder Public GIT Repository Trial

There was some discussion about setting up a public GIT repository, and I have finally been tasked with doing so, so it's time to get it rolling! eyeZm has setup a public GIT repository on GitHub, and is public. A GitHub account (free) is required to clone . See http://github.com. Once you have a gi...
by asturgeon
Mon Jun 13, 2011 11:25 pm
Forum: ZoneMinder 1.24.x
Topic: Error compiling httpsegmenter
Replies: 5
Views: 2656

Re: Error compiling httpsegmenter

Thx for the answers dudes :) elusives substitution lines made it work and made it easy lol :) I now just have to try it out ... elusive submitted his patch to us recently and we are in the process of evaluating it, but it looks good, so thanks! Looks like it worked for you as well.. As for ffmpeg; ...
by asturgeon
Mon Jun 13, 2011 11:23 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

Greetings professor... :wink: doing my 3rd Zoneminder server upgrade. here is my experience, this one i started from scratch. no updating. - downloaded the Ubuntu 11.04 Server edition CD. - Installed server as LAMP server only This wasn't necessary since the script sets up LAMP for you. The point o...
by asturgeon
Mon Jun 13, 2011 4:19 pm
Forum: ZoneMinder 1.24.x
Topic: Error compiling httpsegmenter
Replies: 5
Views: 2656

Re: Error compiling httpsegmenter

FFMPEG made some changes lately which broke a lot of dependencies, including segmenter. Can you try checking out the 'oldabi' branch of FFMPEG and recompiling? It should work with httpsegmenter. You can do it using:

Code: Select all

git clone git://git.videolan.org/ffmpeg.git
cd ffmpeg/
git checkout oldabi
by asturgeon
Mon Jun 13, 2011 3:55 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

Removing ffmpeg is definitely key. We still recommend building ffmpeg from source since if you have already removed it, that's the hardest part. It usually builds pretty easy. But glad to hear you got it working!
by asturgeon
Sat Jun 11, 2011 11:25 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

I'm now trying to install the httpsegmenter so i can stream to my ipad. I'm in the httpsegmenter directory and I type sudo make; make install and get the following errors.... gcc -Wall -g segmenter.c -o segmenter -lavformat -lavcodec -lavutil segmenter.c: In function ‘main’: segmenter.c:313:5: warn...
by asturgeon
Sat Jun 11, 2011 2:52 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

Just curious: does the zoneminder.conf (/etc/httpd/conf.d/zoneminder.conf ?) still have the 'Deny from All' line in 1.24.3; I haven't upgraded yet. Don't see anything like that in their example zoneminder.conf file <VirtualHost *:80> ServerName zm.local ServerAdmin webmaster@localhost DocumentRoot ...
by asturgeon
Sat Jun 11, 2011 2:34 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

I did it again from scratch on a brand new natty server and it worked. Just need to figure out what the url is now? Should zm start automatically at boot? If I type sudo /usr/local/bin/zmpkg.pl start then i get no error message, all the logs look like all is ok, but in my past zm installs ive gone ...
by asturgeon
Thu Jun 09, 2011 1:40 pm
Forum: ZoneMinder 1.24.x
Topic: Update from 1.24.2 to 1.24.3
Replies: 14
Views: 8367

Re: Update from 1.24.2 to 1.24.3

Hello! Big thanks graphicw!!!! :) Now i have installed zoneminder 1.24.4 and it work!!! :) It is necessary to check up only, whether will work with Iphone? :) Our iPhone app (http://www.eyezm.com) is built natively for ZoneMinder. You can give it a try to see if it does what you need... Hi Just I u...
by asturgeon
Wed Jun 08, 2011 10:55 pm
Forum: ZoneMinder 1.24.x
Topic: Update from 1.24.2 to 1.24.3
Replies: 14
Views: 8367

Re: Update from 1.24.2 to 1.24.3

lucker wrote:Hello!

Big thanks graphicw!!!! :)

Now i have installed zoneminder 1.24.4 and it work!!! :)

It is necessary to check up only, whether will work with Iphone? :)
Our iPhone app (http://www.eyezm.com) is built natively for ZoneMinder. You can give it a try to see if it does what you need...
by asturgeon
Tue Jun 07, 2011 2:21 pm
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

ZoneMinder.pm when I searched was in my Zoneminder dir line 46 # Include from system perl paths only use ZoneMinder; I am guessing this was the make install portion of the script but I am not sure. So what do I do from here :~/ZoneMinder-1.24.3/scripts/ZoneMinder/blib/lib# ls -lha total 20K drwxr-x...
by asturgeon
Tue Jun 07, 2011 7:19 am
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

Nah the warnings have nothing to do with it... they are just normal compilation warnings for FFMPEG, and it looked like it compiled fine.

The error is pretty straightforward by the looks of it... can't fine ZoneMinder.pm. Is it on your system? Where is it located?
by asturgeon
Thu Jun 02, 2011 6:49 am
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu
Replies: 28
Views: 17275

Re: ZM 1.24.3 + ffmpeg w/ libx264 install script for Ubuntu

Hi I have installed Ubuntu 11.04 and the old ZoneMinder package with success but I try to compile the last version (1.24.4) on a new Ubuntu 11.04 I'm using your script but I have this message : ffmpeg -codecs | grep 264 ffmpeg: relocation error: ffmpeg: symbol av_log_set_flags, version LIBAVUTIL_50...
by asturgeon
Tue May 31, 2011 11:23 pm
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 and Ubuntu 11.04
Replies: 7
Views: 4313

Re: 1.24.3 and Ubuntu 11.04

The problem isn't that ZM can't find ffmpeg, it's that it was built expecting a different version that is installed. You need to start from scratch, and either run the script i posted, or follow the other posts from other users here (either will work). The *most important* step is to remove all ffmp...
by asturgeon
Tue May 31, 2011 6:12 pm
Forum: ZoneMinder 1.24.x
Topic: 1.24.3 and Ubuntu 11.04
Replies: 7
Views: 4313

Re: 1.24.3 and Ubuntu 11.04

Check out this thread: http://www.zoneminder.com/forums/viewto ... 21&t=17665

This script will install ZM and ffmpeg on recent ubuntus.