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.
Search found 15 matches
- Sat Feb 27, 2010 5:22 pm
- Forum: Hardware Queries
- Topic: edimax IC-1500Wg
- Replies: 33
- Views: 59307
- Tue Sep 15, 2009 4:22 pm
- Forum: ZoneMinder 1.24.x
- Topic: Fedora 11 problems 1.24.2 [SOLVED]
- Replies: 6
- Views: 4812
- Mon Sep 14, 2009 7:48 pm
- Forum: Hardware Compatibility List
- Topic: ICamView based IP cameras
- Replies: 0
- Views: 2967
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 ...
- Sun Sep 13, 2009 8:23 pm
- Forum: ZoneMinder 1.24.x
- Topic: Fedora 11 problems 1.24.2 [SOLVED]
- Replies: 6
- Views: 4812
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 errors--compilation aborted at ...
- Mon Aug 31, 2009 8:11 pm
- Forum: ZoneMinder 1.24.x
- Topic: Fedora 11 problems 1.24.2 [SOLVED]
- Replies: 6
- Views: 4812
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 ...
- Mon Mar 09, 2009 5:27 pm
- Forum: ZoneMinder 1.24.x
- Topic: Problems compiling 1.24 on Fedora 9
- Replies: 26
- Views: 22492
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 ...
- Sat Mar 07, 2009 8:14 am
- Forum: ZoneMinder 1.24.x
- Topic: Problems compiling 1.24 on Fedora 9
- Replies: 26
- Views: 22492
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: libavformat ...
- Tue Nov 18, 2008 11:28 pm
- Forum: ZoneMinder Previous Versions
- Topic: Getting ffmpeg and zoneminder working together correctly.
- Replies: 5
- Views: 8340
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 ...
- Tue Jan 01, 2008 10:58 pm
- Forum: ZoneMinder Previous Versions
- Topic: MySQL error
- Replies: 6
- Views: 5005
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.
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.
- Mon Dec 31, 2007 7:43 pm
- Forum: ZoneMinder Previous Versions
- Topic: MySQL error
- Replies: 6
- Views: 5005
- Sun May 14, 2006 9:11 pm
- Forum: ZoneMinder Previous Versions
- Topic: Can't start zm
- Replies: 21
- Views: 18948
- Sun May 14, 2006 8:43 pm
- Forum: ZoneMinder Previous Versions
- Topic: Questions for new install :?:
- Replies: 3
- Views: 2544
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 -c ...
- Mon Aug 29, 2005 9:51 pm
- Forum: ZoneMinder Previous Versions
- Topic: 64 bit build
- Replies: 35
- Views: 20169
- Wed Aug 24, 2005 1:47 pm
- Forum: ZoneMinder Previous Versions
- Topic: 64 bit build
- Replies: 35
- Views: 20169
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" and ...
- Wed Aug 10, 2005 10:44 pm
- Forum: ZoneMinder Previous Versions
- Topic: 64 bit build
- Replies: 35
- Views: 20169