Search found 38 matches

by jonathancnewcomb
Tue Sep 18, 2012 3:04 pm
Forum: ZoneMinder 1.25.x
Topic: Camera Feed Stops Updating
Replies: 6
Views: 2504

Re: Camera Feed Stops Updating

Do you have authentication enabled? If so, change AUTH_RELAY to plain and see if the issue persists. AUTH_RELAY can be found in the options page on the System tab
by jonathancnewcomb
Tue Sep 18, 2012 2:59 pm
Forum: ZoneMinder 1.25.x
Topic: record stream from another Zoneminder's camera
Replies: 1
Views: 1143

Re: record stream from another Zoneminder's camera

I have never done this, but I can make an assumption, if this works please post: Source Tab: Remote Protocol: HTTP Remote Method: Simple Remote Hostname: Remote Zoneminder IP address Remote Host Port: 80 Remote Host Path: /cgi-bin/zms?mode=jpeg&monitor=1&scale=100&maxfps=15&buffer=10...
by jonathancnewcomb
Tue Sep 18, 2012 2:28 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

This is the version I am using and it functions:

Code: Select all

ffmpeg version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers
  built on Jun 12 2012 16:52:09 with gcc 4.6.3
by jonathancnewcomb
Tue Sep 18, 2012 2:24 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

If you still get the error try the following

Code: Select all

sudo apt-get purge ffmpeg
sudo apt-get install ffmpeg
by jonathancnewcomb
Tue Sep 18, 2012 2:22 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

Try the following:

Code: Select all

sudo apt-get update
sudo apt-get upgrade
sudo apt-get install -f
by jonathancnewcomb
Tue Sep 18, 2012 2:20 pm
Forum: ZoneMinder 1.25.x
Topic: PERL Script to detect daylight and start/stop cameras
Replies: 0
Views: 1018

PERL Script to detect daylight and start/stop cameras

I have 2 cameras monitoring my grandmothers house which do not have night capabilities, after receiving multiple events for cars driving by and wasting a large amount of hard disk space, I wrote the following using perl to calculate the sunrise and sunset and to enable/disable the cameras accordingl...
by jonathancnewcomb
Tue Sep 18, 2012 2:08 pm
Forum: ZoneMinder 1.25.x
Topic: ** POSSIBLE BUG ** Streaming events leads to black screen
Replies: 2
Views: 1670

** POSSIBLE BUG ** Streaming events leads to black screen

I have 4 cameras, I have noticed that setting the "Pre Event Image Count" to just under the "Image Buffer Size" for example: (I have tried 30, 15 and 5 fps on the cameras, same result) Image Buffer Size: 50 Pre Event Image Count: 45 causes the streamed images to not work. It will...
by jonathancnewcomb
Tue Sep 18, 2012 2:02 pm
Forum: ZoneMinder 1.25.x
Topic: Install from source error on Ubuntu Server 10.04.
Replies: 12
Views: 6505

Re: Install from source error on Ubuntu Server 10.04.

Just

Code: Select all

sudo apt-get install zoneminder
it will resolve all dependencies automatically