Search found 6 matches
- Tue Apr 07, 2015 9:47 am
- Forum: ZoneMinder 1.28.x
- Topic: Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
- Replies: 4
- Views: 2791
Re: Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
That was the problem. It gave one more error after that which needed -lva at the end of that LIB line and then it compiled. Thanks for you help.
- Sun Apr 05, 2015 10:16 pm
- Forum: ZoneMinder 1.28.x
- Topic: Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
- Replies: 4
- Views: 2791
Re: Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
Thanks for your build steps. After installing the extra packages and adding in 'make install-libs' the build gets past the errors I was getting and on to some different ones: /usr/local/lib/libavcodec.a(opusdec.o): In function `opus_decode_subpacket': /var/source/ffmpeg-2.6.1/libavcodec/opusdec.c ...
- Sat Apr 04, 2015 12:32 am
- Forum: ZoneMinder 1.28.x
- Topic: Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
- Replies: 4
- Views: 2791
Problems Compiling Zoneminder 1.28.1 on Ubuntu 14.10
Instead of using a package install (the easy way), I am attempting to compile 1.28.1 on Ubuntu 14.10 64 bit but am getting link errors that start with: g++ -D__STDC_CONSTANT_MACROS -g -O2 -Lno/lib -L/usr/lib/ -L/usr/local/lib/mysql -L/usr/lib/mariadb -o zmc ...... -lz -lbz2 -lswscale -lavformat ...
- Fri Apr 12, 2013 10:21 pm
- Forum: ZoneMinder 1.25.x
- Topic: Error socket_sendto ( /var/run/zm/zms-347773s.sock) failed
- Replies: 26
- Views: 25446
Re: Error socket_sendto ( /var/run/zm/zms-347773s.sock) fail
The socket files that end with a 's' or a 'w' are to do with streaming. They are created by the call to cgi program zms or nph-zms. The error you are seeing comes from stream.php where it check for existence of the socket files before continuing to process the stream. Given the files are not being ...
- Fri Apr 12, 2013 9:50 pm
- Forum: ZoneMinder 1.25.x
- Topic: Zoneminder v1.25.0 and lighttpd - can it be made to work?
- Replies: 1
- Views: 2306
Re: Zoneminder v1.25.0 and lighttpd - can it be made to work
Solved - The reason lighttpd would not work was that fast-cgi was not processing the call to the streamer cgi (zms or nph-zms) as a cgi request. After enabling the cgi module: lighttpd-enable-mod cgi and restarting lighttpd /etc/init.d/lighttpd force-reload the video stream display fine for both the ...
- Sat Apr 06, 2013 6:35 am
- Forum: ZoneMinder 1.25.x
- Topic: Zoneminder v1.25.0 and lighttpd - can it be made to work?
- Replies: 1
- Views: 2306
Zoneminder v1.25.0 and lighttpd - can it be made to work?
Hi all. On Ubuntu 12.10 with the apt-get installation of ZM, I am able to get ZM to work well with Apache. But as I have been running lighttpd for many years, I have been trying to get ZM to work with lighttpd. Everything seems to work (zone detection, recording of the stream to the ZM directories ...