Search found 5 matches

by coppit
Fri Aug 22, 2014 1:01 am
Forum: ZoneMinder 1.26.x
Topic: Runnable docker container -- what else am I missing?
Replies: 1
Views: 1547

Re: Runnable docker container -- what else am I missing?

This docker container seems to be working, although I removed the cambozola installation. I decided against pushing the container to the registry since I'm not really a ZM expert. Feel free to use my work. :)
by coppit
Fri Aug 22, 2014 12:57 am
Forum: ZoneMinder 1.26.x
Topic: Broken image icon when viewing camera feed
Replies: 1
Views: 3312

Re: Broken image icon when viewing camera feed

I got it working. A few notes. I had cambozola.jar in the wrong directory, and had it enabled in the options. Fail. According to VLC my stream is 960 x 720, but anything above 640 x 480 doesn't work in the web UI. Even when it does work with ffmpeg and 640 x 480, I have to reload the camera window ...
by coppit
Thu Aug 21, 2014 1:36 pm
Forum: ZoneMinder 1.26.x
Topic: new install of 1.26.5 not working
Replies: 4
Views: 3281

Re: new install of 1.26.5 not working

I had a similar problem even though I enabled cgi-bin. How essential are the resolv.conf and ntp changes steps? I skipped the resolv.conf one because I'm setting up ZM in a docker container, where a reboot doesn't work. I skipped the ntp change for now since my clock seems fine. Edit: I should ...
by coppit
Thu Aug 21, 2014 3:41 am
Forum: ZoneMinder 1.26.x
Topic: Broken image icon when viewing camera feed
Replies: 1
Views: 3312

Broken image icon when viewing camera feed

Hi everyone, I'm trying to get a Logitech Alert 700n camera working with ZM. I'm running Ubuntu 14.04.1, and based my install on other instructions I saw on the wiki. I installed the package instead of compiling from source. When I use Chrome on Windows, I see a broken image icon where the video ...
by coppit
Thu Aug 21, 2014 3:29 am
Forum: ZoneMinder 1.26.x
Topic: Runnable docker container -- what else am I missing?
Replies: 1
Views: 1547

Runnable docker container -- what else am I missing?

Hi all, I'm working on a docker container that is aimed at end users. This means relocating any persistent state like the MySQL DB to attached storage so that it can survive container restarts. I also moved the zm.conf there, and updated ZM_PATH_CONF for the config file and ZM_PATH_WEB for images ...