Search found 87 matches

by liviab
Wed Dec 17, 2008 3:21 pm
Forum: ZoneMinder 1.24.x
Topic: Erro can not access video devices
Replies: 4
Views: 8062

I am having problem with this too, but I'm getting a different error. I have two monitors configured: one local and other remote (id 2 - http://64.122.208.241:8000/axis-cgi/mjpg/video.cgi?camera=&resol). Configuration of the remote monitor: Remote Protocol: HTTP Remote Method: Simple Remote Host...
by liviab
Tue Dec 16, 2008 8:17 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error - RTSPLowerTransport [SOLVED]
Replies: 3
Views: 4242

If I am not wrong, there is only a variable in the all source that has the type RTSPLowerTransport. So try to change this type from RTSPLowerProtocol to RTSPProtocol and delete the struct RTSPLowerTransport that you created before.


:roll:
by liviab
Tue Dec 09, 2008 12:15 pm
Forum: ZoneMinder 1.24.x
Topic: Make error (2678)
Replies: 9
Views: 8594

Make error [RESOLVED]

Well, I resolved the problem! :D \o/

I included the lines:

Code: Select all

   namespace std {
      using namespace __gnu_cxx;
   }
in the beginning of the file zm_utils.cpp.

Now, I have the ZoneMinder newest version!!
8)
by liviab
Mon Dec 08, 2008 12:56 pm
Forum: Non-ZoneMinder Chat
Topic: Stream to ZoneMinder from Windows Server
Replies: 4
Views: 5738

Here, where I work, we tried to do the VLC works with the ZoneMinder, however, it seems that the ZoneMinder didn't recognize what VLC sent.
We succeed in using "ffserver". :)
by liviab
Thu Dec 04, 2008 11:10 am
Forum: ZoneMinder 1.24.x
Topic: Make error (2678)
Replies: 9
Views: 8594

I was getting this error. I uninstalled the package ccache and a part of the error disappeared. This part still appearing: zm_utils.o: In function `startsWith(std::basic_string<char, std::char_traits<char>, std::allocator<char> > const&, std::basic_string<char, std::char_traits<char>, std::alloc...
by liviab
Thu Dec 04, 2008 10:54 am
Forum: ZoneMinder 1.24.x
Topic: Compile Error w/ 2660
Replies: 4
Views: 5076

I hadn't seen your post before I created this one. :/
See: http://www.zoneminder.com/forums/viewtopic.php?t=12689
by liviab
Wed Dec 03, 2008 7:12 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error - RTSPLowerTransport [SOLVED]
Replies: 3
Views: 4242

[Resolved] Compile error - RTSPLowerTransport

:D I resolved it!! I don't know if it is the best way, but works. I find in the internet that I should change the name of the struct RTSPProtocol to RTSPLowerTransport. However, I get another error saying that it didn't find RTSPProtocol. So, I created a struct RTSPLowerTransport equal the struct RT...
by liviab
Wed Dec 03, 2008 1:13 pm
Forum: ZoneMinder 1.24.x
Topic: Compile error - RTSPLowerTransport [SOLVED]
Replies: 3
Views: 4242

Compile error - RTSPLowerTransport [SOLVED]

I'm getting: In file included from zm_rtsp.h:31, from zm_remote_camera_rtsp.h:28, from zm_monitor.cpp:35: zm_sdp.h:222: error: use of enum ‘RTSPLowerTransport’ without previous declaration make[2]: *** [zm_monitor.o] Error 1 make[2]: Leaving directory `/root/ZoneMinder-1.24.0/src' make[1]: *** [...
by liviab
Wed Dec 03, 2008 12:43 pm
Forum: ZoneMinder 1.24.x
Topic: ffmpeg problem [SOLVED]
Replies: 16
Views: 18974

[resolved] ffmpeg problem

The ZoneMinder was searching for the files in a directory that they weren't. So I created links and it find them.

Thanks nuck!!
by liviab
Wed Nov 26, 2008 6:22 pm
Forum: ZoneMinder 1.24.x
Topic: ffmpeg problem [SOLVED]
Replies: 16
Views: 18974

ffmpeg problem [SOLVED]

Hii!! I'm having problem with ffmpeg. I have it installed at /usr/include/ffmpeg. (The directories libavformat, libavutil, and so on, are at /usr/include/ffmpeg/include). I'm doing: ./configure --with-webdir=/var/www/html/zm --with-cgidir=/var/www/cgi-bin --with-ffmpeg=/usr/include/ffmpeg ZM_DB_HOST...
by liviab
Thu Nov 13, 2008 7:09 pm
Forum: User Contributions
Topic: Windows capture card to ZM
Replies: 12
Views: 9235

source code...

ohh... sorry!! :oops:
I thought it was the ZoneMinder souce code .... :?
by liviab
Thu Nov 13, 2008 5:59 pm
Forum: User Contributions
Topic: Windows capture card to ZM
Replies: 12
Views: 9235

source code

Share the source code of ZoneMinder?
It is avaiable on the package that you can download (http://www2.zoneminder.com/downloads/Zo ... 3.3.tar.gz), folder src.


:wink:
by liviab
Thu Nov 06, 2008 1:04 pm
Forum: ZoneMinder Previous Versions
Topic: zmfilter.pl - exit status 9
Replies: 3
Views: 3885

"exited abnormally"

I have errors like yours: 11/06/2008 10:42:26.066206 zmdc[17218].INF [Starting pending process, zmtrigger.pl] 11/06/2008 10:42:26.067539 zmdc[17218].INF ['zmtrigger.pl' starting at 08/11/06 10:42:26, pid = 17532] 11/06/2008 10:42:26.343238 zmdc[17218].ERR ['zmtrigger.pl ' exited abnormally, exit sta...
by liviab
Mon Nov 03, 2008 7:07 pm
Forum: ZoneMinder Previous Versions
Topic: Variables ZoneMinder and PHP
Replies: 2
Views: 1775

Ok...

Thanks for you reply, cordel!!

:P
by liviab
Mon Nov 03, 2008 1:09 pm
Forum: ZoneMinder Previous Versions
Topic: Variables ZoneMinder and PHP
Replies: 2
Views: 1775

Variables ZoneMinder and PHP

Can I use ZoneMinder's variables, suck as %EI, %EN, in the php files??

:roll: