Search found 35 matches
- Thu Mar 18, 2010 9:20 pm
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
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. Tried this in php.ini with no luck. i also ...
- Thu Mar 18, 2010 2:00 pm
- Forum: ZoneMinder 1.24.x
- Topic: Zm web address
- Replies: 4
- Views: 2889
use name virtual host in apache
use name virtual host in apache and you can have any name you want
that is the only way
that is the only way
- Wed Mar 17, 2010 2:00 am
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
using jpeg to stream to the browser
using jpeg to stream to the browser
i do not show the state either
i do not show the state either
- Tue Mar 16, 2010 9:27 pm
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
bump
bump
- Sat Mar 13, 2010 9:32 pm
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
- Sat Mar 13, 2010 3:11 pm
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
- Tue Mar 09, 2010 2:22 am
- Forum: ZoneMinder 1.24.x
- Topic: Issue getting Image from Camera
- Replies: 5
- Views: 4978
Check CGI in apache
check CGI in apache is authorozsed to run.
streaming uses cgi-bin/zms to stream
streaming uses cgi-bin/zms to stream
- Tue Mar 09, 2010 2:04 am
- Forum: ZoneMinder 1.24.x
- Topic: no fps state when browsing the cam
- Replies: 9
- Views: 5154
no fps state when browsing the cam
there is no fps state when browsing the cam
using a trendnet IP cam. how do i fix that?
ZM working ok and detecting events.
bump
using a trendnet IP cam. how do i fix that?
ZM working ok and detecting events.
bump
- Fri Mar 05, 2010 6:26 pm
- Forum: ZoneMinder Previous Versions
- Topic: Installed O.K. but no picture ?
- Replies: 2
- Views: 2532
- Fri Mar 05, 2010 4:24 am
- Forum: ZoneMinder 1.24.x
- Topic: No image when streaming
- Replies: 3
- Views: 4669
- Fri Mar 05, 2010 4:21 am
- Forum: ZoneMinder 1.24.x
- Topic: Cannot get mpeg4 stream from Axis camera
- Replies: 8
- Views: 9121
Re: Cannot get mpeg4 stream from Axis camera
I'm trying to configure an Axis 211 camera to obtain a mpeg4 stream, but after saving settings of camera and platform, I can see only a black window saying "Waiting for video". If I put the url "rtsp://192.168.52.164:554/mpeg4/1/media.amp" in a browser I can open the stream with an external ...
- Tue Nov 20, 2007 12:01 pm
- Forum: ZoneMinder Previous Versions
- Topic: DBI connect error during shut down only
- Replies: 4
- Views: 4292
- Mon Nov 19, 2007 5:03 pm
- Forum: ZoneMinder Previous Versions
- Topic: DBI connect error during shut down only
- Replies: 4
- Views: 4292
Found the problem but need advice
Hi, I found why this error is happenning : mysqld is shutting down before zm in the rcX.d files. I know how to change the K00 order to K10 or K20 ... on K00mysqld but does anyone know which services have to stay alive before i get to the shutdown instruction K10mysqld. Presently all of them have K00 ...
- Tue Nov 13, 2007 3:41 pm
- Forum: ZoneMinder Previous Versions
- Topic: DBI connect error during shut down only
- Replies: 4
- Views: 4292
DBI connect error during shut down only
Anyone is having this issue. It happens only at shutdown of ZM Shutting ZoneMinder: DBI connect('database=zm;host=localhost','zmuser',...) failed: Access denied for user 'zmuser'@'localhost' (using password: YES) at /usr/share/perl5/ZoneMinder/Config.pm line 89 Can't call method "prepare_cached" on ...
- Mon Nov 12, 2007 11:28 pm
- Forum: ZoneMinder Previous Versions
- Topic: Starting ZM automatically with Mandriva 2008 ?
- Replies: 2
- Views: 2906
Solved. install it in /etc/init.d
Solved.
Install it in /etc/init.d directory in order to work NOT in the etc/rc.d/init.d
did this in the zoneminder scripts directory as root:
install scripts/zm /etc/init.d
chkconfig --add zm
Install it in /etc/init.d directory in order to work NOT in the etc/rc.d/init.d
did this in the zoneminder scripts directory as root:
install scripts/zm /etc/init.d
chkconfig --add zm