Search found 15 matches

by johnc10
Sat Feb 27, 2010 5:22 pm
Forum: Hardware Queries
Topic: edimax IC-1500Wg
Replies: 33
Views: 58360

Just found this

[url]http://www.edimax.co.uk/images/Image/CG ... mmands.pdf


and this works in Firefox on Linux

http://192.168.1.249/mjpg/video.mjpg

Will now test in ZM.
by johnc10
Tue Sep 15, 2009 4:22 pm
Forum: ZoneMinder 1.24.x
Topic: Fedora 11 problems 1.24.2 [SOLVED]
Replies: 6
Views: 4549

Dave, yes please. I'm building a new Fedora 11 server so can test it there. It may be my old installation is causing issues as I upgraded from F. 10.
by johnc10
Mon Sep 14, 2009 7:48 pm
Forum: Hardware Compatibility List
Topic: ICamView based IP cameras
Replies: 0
Views: 2842

ICamView based IP cameras

I have an IP cam based on the ICamView software. Just successfully compiled this proxy to get streaming working http://www.barkered.com/2008/04/07/icamviewproxy-icamview/ sudo yum install SDL SDL_net SDL-devel* SDL_net-devel* unzip ICamViewProxy.zip cd ICamViewProxy/ chmod 755 ./linux_build.sh ./lin...
by johnc10
Sun Sep 13, 2009 8:23 pm
Forum: ZoneMinder 1.24.x
Topic: Fedora 11 problems 1.24.2 [SOLVED]
Replies: 6
Views: 4549

Tried adding "#include <cstdio>" and just got another compile error. Tried yum install zoneminder and got this error :- sudo service zoneminder start Bareword "ZM_PATH_DATA" not allowed while "strict subs" in use at /usr/bin/zmupdate.pl line 406. BEGIN not safe after er...
by johnc10
Mon Aug 31, 2009 8:11 pm
Forum: ZoneMinder 1.24.x
Topic: Fedora 11 problems 1.24.2 [SOLVED]
Replies: 6
Views: 4549

Fedora 11 problems 1.24.2 [SOLVED]

SOLVED: Upgraded to Fedora 12 and finally sorted out installing ZM with and without ffmpeg. Updated wiki http://www.zoneminder.com/wiki/index.php/Fedora#Fedora_11_and_12 Has anyone got Fedora 11 with ffmpeg-0.5-2.fc11.i586 to compile? I get this error :- ./configure --with-mysql=/usr --with-webdir=/...
by johnc10
Mon Mar 09, 2009 5:27 pm
Forum: ZoneMinder 1.24.x
Topic: Problems compiling 1.24 on Fedora 9
Replies: 26
Views: 21458

ffmpeg-0.4.9-0.54.20080908.fc10.i386 I've removed the if else from zm_ffmpeg.h and replaced with :- #include </usr/include/ffmpeg/libavutil/avutil.h> #include </usr/include/ffmpeg/libavcodec/avcodec.h> #include </usr/include/ffmpeg/libavformat/avformat.h> #include </usr/include/ffmpeg/libswscale/sws...
by johnc10
Sat Mar 07, 2009 8:14 am
Forum: ZoneMinder 1.24.x
Topic: Problems compiling 1.24 on Fedora 9
Replies: 26
Views: 21458

Fedora 9 and 10 compile ffmpeg problems

This problem with ffmpeg has been since Fedora 9. http://www.zoneminder.com/forums/viewtopic.php?t=12151&highlight= zm_ffmpeg.h:29:30: error: libavutil/avutil.h: No such file or directory zm_ffmpeg.h:36:32: error: libavcodec/avcodec.h: No such file or directory zm_ffmpeg.h:43:34: error: libavfor...
by johnc10
Tue Nov 18, 2008 11:28 pm
Forum: ZoneMinder Previous Versions
Topic: Getting ffmpeg and zoneminder working together correctly.
Replies: 5
Views: 8169

Fedora 9 ffmpeg -v FFmpeg version SVN-r15876, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: --enable-gpl --enable-swscale --prefix=/usr libavutil 49.12. 0 / 49.12. 0 libavcodec 52. 3. 0 / 52. 3. 0 libavformat 52.23. 1 / 52.23. 1 libavdevice 52. 1. 0 / 52. 1. 0 libswscale 0. 6. 1 / 0...
by johnc10
Tue Jan 01, 2008 10:58 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error
Replies: 6
Views: 4809

Re-downloaded again from

http://www2.zoneminder.com/downloads/Zo ... 3.0.tar.gz

but this time it had been updated so it must have been a delay in the mirrors.

It was zm_create.sql for an initial install.
by johnc10
Mon Dec 31, 2007 7:43 pm
Forum: ZoneMinder Previous Versions
Topic: MySQL error
Replies: 6
Views: 4809

I have just downloaded ZoneMinder-1.23.0.tar.gz and the error is still there.
by johnc10
Sun May 14, 2006 9:11 pm
Forum: ZoneMinder Previous Versions
Topic: Can't start zm
Replies: 21
Views: 18313

> I updated & configured a firefox/linux browser with as many streaming plugins as I could find & yet it still doesn't seem to work with ZM_STREAM_METHOD = mpeg

Yes I have this problem too but just noticed I haven't installed ffmpeg-devel which contains libavformat.a.
by johnc10
Sun May 14, 2006 8:43 pm
Forum: ZoneMinder Previous Versions
Topic: Questions for new install :?:
Replies: 3
Views: 2465

If you are going to use Fedora, find what RPMs are available for ZM e.g. FC4 versions and use that version of Fedora first. I am using FC5 and had fun and games getting it to work with ZM v1.22.1 as I had to compile the source myself. It works, but I had to hack part of the code which does "su ...
by johnc10
Mon Aug 29, 2005 9:51 pm
Forum: ZoneMinder Previous Versions
Topic: 64 bit build
Replies: 35
Views: 19294

Yes, by manually editing configure and setting the correct path it works. I thought the --with-libarch=lib64 argument should have done this but the lib part of MYSQL_LIBS="-L${MYSQL_PREFIX}/lib/mysql" is not a variable.
by johnc10
Wed Aug 24, 2005 1:47 pm
Forum: ZoneMinder Previous Versions
Topic: 64 bit build
Replies: 35
Views: 19294

libmysqlclient.a not found on x86_64

Version 1.21.3 on Fedora 4 x86_64 kernel, configure kept failing at mysql_init line complaining about no libmysqlclient.a, even with --with-libarch=lib64 I got ./configure working by editing configure and changing /lib/mysql to /lib64/mysql as below:- MYSQL_LIBS="-L${MYSQL_PREFIX}/ lib64 /mysql...
by johnc10
Wed Aug 10, 2005 10:44 pm
Forum: ZoneMinder Previous Versions
Topic: 64 bit build
Replies: 35
Views: 19294

See below, my original make errors were of my own making!