Gentoo 1.30.0 Install

Forum for questions and support relating to the 1.30.x releases only.
Locked
clearchris
Posts: 1
Joined: Tue Sep 13, 2016 3:25 pm

Gentoo 1.30.0 Install

Post by clearchris »

Hi.

I have been running zoneminder for a few years, and my disk crashed. So, I figured this is a good time to update to the latest version. I created a gentoo overlay (support for ZM in gentoo has been lagging) for my new ebuild files. I will submit these back to Gentoo when I get them working.

I am using zoneminder 1.30.0. Is this the best 1.30 version to use?

I updated the ebuild to pull in the new libv4l dependency.

Now I get an error:

-- Configuring incomplete, errors occurred!
See also "/root/ZoneMinder-1.30.0/CMakeFiles/CMakeOutput.log".

So, I check the log, and I don't see any errors. The same behavoir happens in the ebuild and when I build from source.

Here's the CMakeOutput,log
http://hastebin.com/omebacolon.coffeescript

Any help would be greatly appreciated.

C
christophe_y2k
Posts: 102
Joined: Mon Oct 12, 2009 8:47 am
Location: EUROPE-FRANCE-MANDELIEU

Re: Gentoo 1.30.0 Install

Post by christophe_y2k »

hi clearchris send your method for compiling zm under gentoo.

For me the latest git version 1.30 works under 3 different gentoo system, under one have a little bug with montage review.

And i just add the latest amcrest IP4M-1025E.
This cam produce an detailed image with 4M pixels (2688x1520@20fps - with codec: H264/H264Basic/H264High/MJPEG) with succes and no error in the data flux under RTSP(TCP) with ffmpeg or libvlc. (native zm rtsp do not work)
DDock
Posts: 1
Joined: Tue Nov 22, 2016 2:17 am

Re: Gentoo 1.30.0 Install

Post by DDock »

I am trying to setup my new 1025E but can't seem to get it to work. I'm fairly new to this whole security camera thing and have been beating my head against this for about 4 hours now. I will appreciate any advice.
User avatar
knight-of-ni
Posts: 2404
Joined: Thu Oct 18, 2007 1:55 pm
Location: Shiloh, IL

Re: Gentoo 1.30.0 Install

Post by knight-of-ni »

Your link took me to a blank page so I was unable to see your output, but based on what you stated you might have this error in your logs:
https://github.com/ZoneMinder/ZoneMinde ... ts.txt#L13

cmake will continue to processing its config, which puts the message at the very beginning of the long cmake output.

If this is so, you simply need to do what it says and initialize the git submodules, which are required for the zoneminder project.
Visit my blog for ZoneMinder related projects using the Raspberry Pi, Orange Pi, Odroid, and the ESP8266
All of these can be found at https://zoneminder.blogspot.com/
christophe_y2k
Posts: 102
Joined: Mon Oct 12, 2009 8:47 am
Location: EUROPE-FRANCE-MANDELIEU

Re: Gentoo 1.30.0 Install

Post by christophe_y2k »

hello, my final functionnal settings for this good cam (amcrest IP4M-1025E) in ZM:
Source Type= Ffmpeg
Source Path=

Code: Select all

rtsp://login:password@192.168.253.246:554/cam/realmonitor?channel=1&subtype=0
Remote Method= RTP/UNICAST
Options=
Target colorspace 32bits
Capture Width= 2688
Capture Height= 1520

Adjust the cam to corresponding settings

the second flux can be added with the first
always with FFmpeg and RPT/unicast settings

Code: Select all

rtsp://login:password@192.168.253.246:554/cam/realmonitor?channel=1&subtype=1
at 640x480 pixel

and you need to verify your amount of shm ram in your linux distrib, high resolution need more memory, and you need to have this memory in your computer...

Have ffmpeg version 2.8.6 Copyright (c) 2000-2016 the FFmpeg developers
built with gcc 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4)
libavutil 54. 31.100 / 54. 31.100
libavcodec 56. 60.100 / 56. 60.100
libavformat 56. 40.101 / 56. 40.101
libavdevice 56. 4.100 / 56. 4.100
libavfilter 5. 40.101 / 5. 40.101
libavresample 2. 1. 0 / 2. 1. 0
libswscale 3. 1.101 / 3. 1.101
libswresample 1. 2.101 / 1. 2.101
libpostproc 53. 3.100 / 53. 3.100
Locked