Search found 14 matches

by majost
Thu Jun 04, 2009 8:54 am
Forum: ZoneMinder 1.24.x
Topic: The cameras did not record again when they DOWN and they UP
Replies: 6
Views: 4263

The problem is not that the camera is up or down. The problem is when the camera returns to UP, zma is no start. then not start the recording. but you can viewing. Step 1: Camera is UP Zoneminder Recording OK Zoneminder viewing OK Step 2: disconnect the power of the camera Camera is DOWN (this is n...
by majost
Fri Feb 27, 2009 11:55 pm
Forum: ZoneMinder 1.24.x
Topic: zmc cpu utilization: http vs. rtsp
Replies: 0
Views: 1925

zmc cpu utilization: http vs. rtsp

I am curious to find out if the new RTSP streaming is a little more CPU friendly. I have observed that at 7-9 FPS, zmc seems to use about 20-30% of the CPU on an Athlon 64 3200 -- and about the same for an X2 3800 (basically the dual core of the same processor.) Unfortunately, I currently do not hav...
by majost
Sun Feb 01, 2009 1:46 am
Forum: ZoneMinder Previous Versions
Topic: Palette: 5 - 32bit RGB *SOLVED*
Replies: 0
Views: 1788

Palette: 5 - 32bit RGB *SOLVED*

So I have successfully tested an old Hauppauge WinTV card I had laying around in xawtv using the composite input. This said, I wanted to get a camera set up on it but it seems I am having difficulties getting zoneminder to use the correct color palette. For every palette at 320x240, I only get a bla...
by majost
Mon Jan 19, 2009 12:54 am
Forum: ZoneMinder Previous Versions
Topic: Ubuntu Intrepid --capture card address changes on reboot
Replies: 12
Views: 6624

Re: Ubuntu Intrepid --capture card address changes on reboot

Thank you for taking the time to read my question. The problem is after adding the last card, the /dev/video* address changes upon reboot. I have seen similar issues with other devices in various releases of Ubuntu. You may also want to check your udev scripts, and if need be -- hard code the devic...
by majost
Sun Jan 18, 2009 10:00 pm
Forum: Feature Requests
Topic: sftp/openssh support
Replies: 3
Views: 3852

I finally got around to trying to implement this on my zm server. One thing which is unclear to me and I am having difficulties figuring out, how do I define a filter for the most recent event(s)? The question itself seems fairly simple, but when I apply it to practice I get vastly different results...
by majost
Sat Nov 29, 2008 7:47 am
Forum: ZoneMinder 1.24.x
Topic: ZM 1.24 on Asus EeePC 901 Series w/Ubuntu 8.04
Replies: 4
Views: 5404

if no one objects... I may be able to upload a package to my PPA.
by majost
Sat Nov 29, 2008 7:40 am
Forum: ZoneMinder 1.24.x
Topic: broken compile on Slack 12.1
Replies: 6
Views: 5779

As stated with my last submitted patch, you can just upgrade your version of ffmpeg -- but if you are in a situation like me, and find that other stuff will break as a result, then here is the patch for the error " zm_sdp.h:222: error: use of enum 'RTSPLowerTransport' without previous declarati...
by majost
Sat Nov 29, 2008 7:18 am
Forum: ZoneMinder 1.24.x
Topic: broken compile on Slack 12.1
Replies: 6
Views: 5779

This appears to be an enum in the lastest version of FFMpeg See the following url for details: http://cekirdek.pardus.org.tr/~ismail/ffmpeg-docs/rtsp_8h.html It may be possible to hack together a patch against zoneminder to make this build and function properly. On a related note -- What MythTV does...
by majost
Sat Nov 29, 2008 6:16 am
Forum: ZoneMinder Previous Versions
Topic: Zoneminder and Labtech Webcam Pro
Replies: 3
Views: 4048

Did you manage to get this working?

I have three webcams which all exhibit the same behaviour, "Palette: 0 - Unknown". I haven't had time to look into it for the past couple months. I have seen this issue with 1.23.x and the 1.24.x pre-release.

Do you know if you are running v4l2 or v4l1?
by majost
Wed Oct 15, 2008 2:28 am
Forum: Feature Requests
Topic: sftp/openssh support
Replies: 3
Views: 3852

sftp/openssh support

It would be really nice if zoneminder supported sftp. Aside from encrypting the transfer of tarballs to the remote host, it also allows one to use public key encryption and passwordless logins.

I can't speak for anyone else... but sftp/openssh is far less work for me than maintaining an ftp server.
by majost
Mon Oct 13, 2008 12:14 am
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 57944

Just out of curiosity, what would you say the the average FPS with the IC-1000 and IC-1500?
by majost
Sun Oct 12, 2008 11:59 pm
Forum: ZoneMinder 1.24.x
Topic: Syntax error in zmdc.pl
Replies: 3
Views: 2901

Syntax error in zmdc.pl

$ sudo /usr/bin/zmdc.pl syntax error at /usr/bin/zmdc.pl line 564, near ") ) " syntax error at /usr/bin/zmdc.pl line 567, near "} =" Global symbol "$process" requires explicit package name at /usr/bin/zmdc.pl line 567. Global symbol "$process" requires explic...
by majost
Sun Oct 12, 2008 10:52 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error
Replies: 5
Views: 5475

Correct, ffmpeg is required. Ah.. Fixed that much, but now have an issue where zoneminder is trying to use call the function ff_dynarray_add. zm_sdp.o: In function `sdp_parse_line': /home/majost/src/zoneminder-1.24.0/src/zm_sdp.c:418: undefined reference to `ff_dynarray_add' Unfortunately the versi...
by majost
Sun Oct 12, 2008 9:59 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error
Replies: 5
Views: 5475

co

Updated. Slights tweaks to RTSP streaming and other minor web and script issues. I have a compile time error which appears to be related to the changes to RTSP streaming. i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. -I/usr/include -I/usr/include -Wall -Wno-sign-compare -fno-inline -frepo -DZM_FFMPEG...