Page 1 of 1

Source for up-to-date deb files

Posted: Sun Apr 05, 2009 10:25 am
by netnoggin
I installed 1.24.1 on Debian Lenny (stable) with no problems to speak of. One thing that did bother me is the ffmpeg version in Lenny is a bit outdated. The only format I could export to without a failure was mpg/mpeg. I don't remember how I stumbled across it, but I found this site:

http://debian-multimedia.org/

which seems to have more recent versions of various audio/video deb packages. For instance, their ffmpeg is 3:20080706-0.3. To make use of this, I did the following:

1. edit /etc/apt/sources.list and added the following line:

Code: Select all

deb http://www.debian-multimedia.org lenny main
2. I ran "apt-get update", then "apt-get upgrade", but it told me ffmpeg was held back. So instead I ran "apt-get dist-upgrade" and it worked, upgrading ffmpeg and associated packages.

Now the only video format not working is 3gp, and I suspect with a little tweaking I can make that go too, as support for it is definitely compiled into the package.

Just thought I would pass it along,
Brian

Posted: Sun Apr 05, 2009 6:23 pm
by zoneminder
Good, thanks for posting. Excellent tip.

Posted: Wed Apr 15, 2009 9:31 pm
by LiquiD_85
Hi to all,
i'm new to this forum and to Zoneminder;
i'm trying to use Zoemindr with a linksys WVC54GC ip camera (an user in this forum tell me that i have to install 1.24.1 and set to ffmpeg to work) i'm trying to install zoneminder 1.24.1 on my ubuntu system, from source (repository only have 1.23.3 also in Jaunty Jackelope beta) following this documentation: http://www.zoneminder.com/wiki/index.php/Documentation
but i'm not an expert in mysql and apache, and i don't know what DB name DB use and DB password in the following line: grant select,insert,update,delete on <database>.* to '<database>'@localhost identified by '<database>';

and my installation fails, there is a step by step tutorial or guide to install it on ubuntu? Alternatively i can install also Debian!!

Thanks a lot!!!

Posted: Wed Apr 15, 2009 10:49 pm
by LiquiD_85
Ok, i've compiled and installed it successfully, the problem was the options --with-webgroup not specified ... now i've another problem, when i launch firefox and type localhost/zm i receive a NOT FOUND the requested url /zm was not found on this server!!!

Someone know why??

Thanks a lot!

Posted: Thu Apr 16, 2009 9:21 pm
by chiefchief
@Liquid_85 Just a tip, but your error is unrelated to this post, therefore you should create a new thread in the forums.

@netnoggin Out of curiousity, did you install ZoneMinder 1.24 via deb? The only packages I could find were for 1.23.

EDIT: Read around the site, found links under "Documentation" to adding repos for Debian. I'm assuming there is not Ubuntu Repo as of yet.

Posted: Fri Apr 17, 2009 9:16 am
by LiquiD_85
Ok i'll open a new thread thanks a lot!