I am using ubuntu 14.04 and zoneminder version is v1.31.1.
And yes /var/log/zm is available but nothing is showing up regarding this.
Search found 7 matches
- Fri Dec 01, 2017 4:13 am
- Forum: ZoneMinder 1.31.x
- Topic: How to enable console Log in zoneminder
- Replies: 3
- Views: 2788
- Thu Nov 30, 2017 4:50 am
- Forum: ZoneMinder 1.31.x
- Topic: How to enable console Log in zoneminder
- Replies: 3
- Views: 2788
How to enable console Log in zoneminder
Hi,
I have compiled and installed zoneminder and it is working fine. But today when i opened Log tab there is no logs. Means i am unable to see logs when i open it from "Options/Log".
Can anybody tell me what's wrong with it or how to enable it.
I have compiled and installed zoneminder and it is working fine. But today when i opened Log tab there is no logs. Means i am unable to see logs when i open it from "Options/Log".
Can anybody tell me what's wrong with it or how to enable it.
- Sat Nov 18, 2017 8:50 am
- Forum: ZoneMinder 1.31.x
- Topic: How to use RTMP stream in zoneminder
- Replies: 0
- Views: 8148
How to use RTMP stream in zoneminder
I have compiled zoneminder code using cmake and it is working fine for RTSP streams. But now i want to use RTMP stream in ZoneMinder.
I have tried by some RTMP streamd but it didn't worked. Can any body tell me what changes required for RTMP or how can i use RTMP in ZoneMinder?
I have tried by some RTMP streamd but it didn't worked. Can any body tell me what changes required for RTMP or how can i use RTMP in ZoneMinder?
- Mon Nov 13, 2017 5:50 am
- Forum: ZoneMinder 1.31.x
- Topic: Undefined variable: replayMode in
- Replies: 6
- Views: 3398
Re: Undefined variable: replayMode in
But still one error i am getting is "Note : Undefined variable : replyMode in /usr/local/share/zoneminder/www/skins/classic/view/event.php on line 69".
Any idea why i am getting this error?
Any idea why i am getting this error?
- Fri Nov 10, 2017 12:23 pm
- Forum: ZoneMinder 1.31.x
- Topic: Undefined variable: replayMode in
- Replies: 6
- Views: 3398
Re: Undefined variable: replayMode in
Yes, That's worked. I changed ZM_PATH_ZMS in both /etc/zm/zm.conf and /etc/zm/conf.d/01-system-paths.conf files. I also changed cgi-bin path in /etc/apache2/conf-available/serve-cgi-bin.conf from /usr/lib/cgi-bin to /usr/local/libexec/zoneminder/cgi-bin/. And it worked. I can now see video stream ...
- Wed Nov 08, 2017 11:51 am
- Forum: ZoneMinder 1.31.x
- Topic: Undefined variable: replayMode in
- Replies: 6
- Views: 3398
Re: Undefined variable: replayMode in
I have tried it by adding ZM_PAHTH_ZMS=/zm/cgi-bin/nph-zms. But not working.
And there are no file like "01-system-paths.conf" on /etc/zm/conf.d/.
And there are no file like "01-system-paths.conf" on /etc/zm/conf.d/.
- Tue Nov 07, 2017 9:51 am
- Forum: ZoneMinder 1.31.x
- Topic: Undefined variable: replayMode in
- Replies: 6
- Views: 3398
Undefined variable: replayMode in
Hi, I have installed ZoneMinder from source code using cmake, make and make install. It is running properly. But the problem is i am unable to see live video stream. I know for viewing live video stream i need to set PATH_ZMS in Options->Paths in web console. https://ibb.co/dCyrNb But there are no ...