Search found 194 matches

by timcraig
Thu Aug 05, 2010 7:04 pm
Forum: ZoneMinder 1.24.x
Topic: NEED HELP to install ZoneMinder - compilation fails !!!
Replies: 11
Views: 7935

Oh ya, I totally forgot about that. swscale is a external definition, so the latest always gets checked out when you check out FFMPEG even if the version's are incompatible. Thanks Panda. Magix_ch, if you still have that checkout of of 21010. Go to the ffmpeg folder you checked out and do the follow...
by timcraig
Wed Aug 04, 2010 5:23 pm
Forum: ZoneMinder 1.24.x
Topic: NEED HELP to install ZoneMinder - compilation fails !!!
Replies: 11
Views: 7935

Zoneminder doesn't work with the latest version of ffmpeg on SVN. The SVN revision of ffmpeg I use is revision 21010. You can check out that version with the commend by using the argument "-r 21010" in you svn checkout command.
by timcraig
Tue Jul 27, 2010 6:28 pm
Forum: ZoneMinder 1.24.x
Topic: installation issue using MINT
Replies: 3
Views: 2719

Try opening a browser to http://localhost/zm

If that doesn't work, look in your apache web folder (it was in /var/www the last time I used a websever on Ubuntu) to see any other folders you have there.
by timcraig
Wed Jun 30, 2010 6:27 pm
Forum: ZoneMinder 1.24.x
Topic: Recoding ok but no playback
Replies: 2
Views: 2113

It might be a problem with the file path to where the zoneminder events are stored. Or a permission problem with the event folder.

Check the zoneminder logs (usually in /tmp) and you're system logs (/var/log) for any errors regarding zoneminder after trying to watch a video stream in
by timcraig
Thu Jun 10, 2010 6:39 pm
Forum: ZoneMinder 1.24.x
Topic: Changing scale - image disappears
Replies: 5
Views: 3202

This was with firefox not liking changing the size of mjpeg streams. The SVN version of Zoneminder has a fix for this.
by timcraig
Wed Jun 02, 2010 11:03 pm
Forum: ZoneMinder 1.24.x
Topic: compile error on centos 5.4 using zm 1.24.2
Replies: 16
Views: 14386

I ran into the same problem today. There are new updates in the ZM svn so I updated ffmpeg and tried to reinstall Zoneminder. There are changes in the latest ffmpeg that break's Zoneminder's build process. We need to install an older version of ffmpeg. I switched to an older svn revision of ffmpeg. ...
by timcraig
Fri Mar 26, 2010 5:09 pm
Forum: ZoneMinder 1.24.x
Topic: Issues with Ubuntu 10.4 & ZM 1.24.2
Replies: 10
Views: 6984

On my PV-155, I am using Video For Linux 2, device format=NTSC and Capture Palette=RGB555
by timcraig
Thu Mar 18, 2010 8:02 pm
Forum: ZoneMinder 1.24.x
Topic: no fps state when browsing the cam
Replies: 9
Views: 4731

I had a problem on Arch Linux/Zoneminder box where I couldn't see the fps. I had to enable PHP's sockets extension to get the fps indicator to work.

I had to uncomment the following line in my /etc/php/php.ini:
extension=sockets.so

Distributions may vary.
by timcraig
Fri Jan 22, 2010 12:06 am
Forum: ZoneMinder 1.24.x
Topic: Recordings
Replies: 8
Views: 6322

Yes, Zoneminder will release the disk space used to store the deleted events. Most likely you won't see the files deleted on the harddisk right away but they will get deleted eventually. The default delete mode in Zoneminder is fast delete mode ('OPT_FAST_DELETE' in the system options). In fast dele...
by timcraig
Thu Jan 21, 2010 7:48 pm
Forum: ZoneMinder 1.24.x
Topic: Recordings
Replies: 8
Views: 6322

The events are stored in the zoneminder web folder. On Ubuntu systems, this is usually in /var/www/zm. To make sure Zoneminder doesn't fill up your harddisk, you need to enable the "PurgeWhenFull" filter. To do this you need to do the following: - Click on the 'Filters' button on the Zonem...
by timcraig
Thu Dec 10, 2009 11:18 pm
Forum: ZoneMinder 1.24.x
Topic: Encrypting Zoneminder traffic with ssh tunnel
Replies: 7
Views: 5269

You're welcome.

I'm glad I was of help.
by timcraig
Thu Dec 10, 2009 9:04 pm
Forum: ZoneMinder 1.24.x
Topic: Encrypting Zoneminder traffic with ssh tunnel
Replies: 7
Views: 5269

I'm currently on Firefox 3.5. My zoneminder server is on an Ubuntu 8.10 Server Edition box.

It might be the browser is doing something funny. You can try clearing you're browser cache or try using a different web browser (SeaMonkey is a popular alternitave to firefox people use here.)
by timcraig
Thu Dec 10, 2009 8:47 pm
Forum: ZoneMinder 1.24.x
Topic: interlaced image plz help
Replies: 1
Views: 2446

There seems to be something more than just interlacing going on here. In the video, it looks see the a interlaced ghost of the car that stays still in for more than 1 frame then disappears while you see car moving the whole time. This shouldn't be happening. You should the two different interlaced v...
by timcraig
Thu Dec 10, 2009 7:03 pm
Forum: ZoneMinder 1.24.x
Topic: ZoneMinder-1.24.2 wont start!
Replies: 6
Views: 5855

It looks like the Perl library for mysql is unable to access the mysql server socket. It could be a permission issue or it might a configuration problem in the Perl library (can verifiy this by writing or finding a little Perl script that connects to a mysql database) or a configuration problem in t...
by timcraig
Thu Dec 10, 2009 6:55 pm
Forum: ZoneMinder 1.24.x
Topic: Encrypting Zoneminder traffic with ssh tunnel
Replies: 7
Views: 5269

I got apache running on port 80 and 8080 on my box at work. So I ssh tunnel from port 80 (my zoneminder box at home) to port 8081 (my box at work). I whipped out my netbook just now (running Ubuntu 9.10 netbook remix) and tried "ssh <my> -L 80:localhost:80" and then "ssh <my> 8080:loc...