Zoneminder: Difference between revisions

From DWIKI
Line 43: Line 43:
zm_mpeg.cpp:281: error: cannot convert 'ByteIOContext' to 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)'
zm_mpeg.cpp:281: error: cannot convert 'ByteIOContext' to 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)'
  just fix line 281 :)
  just fix line 281 :)
===WAR [Buffer overrun at index 13, slow down capture, speed up analysis or increase ring buffer size]===
find option "image buffer size" and increase, also check shared mem

Revision as of 13:42, 10 March 2008

Documentation

Installation

Dependencies on Debian

  • libmysqlclient15-dev
  • libgnutls-dev (zm requires gnutls/openssl.h)
  • libjpeg62-dev (zm requires libjpeg.a)
  • libpcre3-dev
  • libavutil-dev
  • libavcodec-dev
  • libavformat-dev
  • libswscale-dev(swscale)

checking for av_new_stream in -lavformat... no checking for perl module Module::Load... no checking for perl module Device::SerialPort... no checking for perl module MIME::Lite... no checking for perl module X10::ActiveHome... no


Perl modules on debian

  • libdate-manip-perl (Date::Manip)
  • libphp-serialization-perl (zm requires PHP::Serialization)
  • libmime-lite-perl (Mime::Lite)
  • libmodule-load-perl (Module::Load)


Configuraion

Notes and bugs

ipcs/ipcrm
/proc/sys/kernel/shmall


zm_mpeg.cpp: In destructor 'VideoStream::~VideoStream()': zm_mpeg.cpp:281: error: cannot convert 'ByteIOContext' to 'ByteIOContext*' for argument '1' to 'int url_fclose(ByteIOContext*)'

just fix line 281 :)

WAR [Buffer overrun at index 13, slow down capture, speed up analysis or increase ring buffer size]

find option "image buffer size" and increase, also check shared mem