zoneminder安装使用步骤详解

转自维基百科:http://www.zoneminder.com/wiki/index.php/Ubuntu_10.04_%28Lucid_Lynx%29_Desktop

Prerequisites

You should have a vanilla install of Ubuntu 32- or 64-bit up and running. Run updates before proceeding (System > Administration > Update Manager).

Do not install XAMPP, LAMPP, Apache, MySQL, etc. I thought I was going to be smart and bypass a bunch of installation steps by doing this, but it's just not necessary. If you do have LAMPP on your system and you still plan to use it, you better go read some docs on how to get it to start on another port, because the ZM installation is going to overtake all the default ports. If you have LAMPP and anything is running, stop all the services now with

   sudo /opt/lampp/lampp stop

If you have existing Apache or MySQL running, you're on your own. This guide is meant for installing ZM on a dedicated box. Feel free to edit this page to include information on how to integrate zoneminder with a functioning Apache/PHP/MySQL setup.


Installing Zoneminder

This is dead easy. I'll post a shell script to do this soon. Stuff in bold means enter it at the command line and then press ENTER.

  1. open a terminal window (Applications > Accessories > Terminal)
  2. sudo apt-get install zoneminder
  3. sudo apt-get install libjson-any-perl
  4. sudo ln -s /etc/zm/apache.conf /etc/apache2/conf.d/zoneminder.conf
  5. sudo /etc/init.d/apache2 force-reload (restarts Apache)
  6. sudo mysql -u root -p < /usr/share/zoneminder/db/zm_create.sql
  7. mysql -u root -p (this brings you into a mysql shell)
  8. grant select,insert,update,delete on zm.* to 'zmuser'@localhost identified by 'zmpass';
  9. flush privileges;
  10. quit (this exits the mysql shell)
  11. sudo chmod 4755 /usr/bin/zmfix
  12. zmfix -a
  13. sudo adduser www-data video
  14. sudo gedit /etc/sysctl.conf (this launches gedit)
  15. scroll to the bottom of the file and paste in the following: (Note: This only takes effect after you execute: 'sysctl -p' or reboot)

kernel.shmall = 134217728

kernel.shmmax = 134217728

  1. To increase the shared memory on a live system;
  2. $ echo 134217728 >/proc/sys/kernel/shmall
  3. $ echo 134217728 >/proc/sys/kernel/shmmax
  4. save the file (File > Save or CTRL+S)
  5. exit gedit

Testing

Visit this URL in your browser to check that Zoneminder is running: http://localhost/zm

Via mobile, access: http://{IP.ADDRESS.OF.MACHINE}/zm/?skin=mobile You can find the local IP address of the machine by entering ifconfig at the terminal and looking for the address printed after 'inet addr:'. It probably starts with 192.168.

Troubleshooting

  • if installation of zoneminder failed due to broken dependencies, run sudo apt-get -f install, then start over.
  • are you using Ubuntu Server? this was written for Ubuntu Desktop 32- or 64-bit.
  • If Zoneminder does not start on boot, it may be trying to start before mySQL is running. To fix:
   $ sudo update-rc.d -f zoneminder remove
   $ sudo update-rc.d zoneminder defaults 92

Optional Configurations/Features

Enable Remote Shell Access

  1. open a terminal window (Applications > Accessories > Terminal)
  2. sudo apt-get install openssh-server openssh-client
  3. sudo /etc/init.d/apache2 force-reload (restarts Apache)

注意:如果看不到视频或者现实的是花屏,很可能是你设置的格式不对,我是用的是ZC0301PL摄像头(输出时JPEG格式的),刚开始使用JPEG的是花屏,看不清,后来我改成了YUV420就好了,反正多尝试吧。

Credits

Many steps of this article were copied from the Ubuntu 9.10 Desktop installation procedure. Credit is hereby given to those authors for forging the way; in particular,User:Monotical was instrumental in writing those instructions.


转载于:https://www.cnblogs.com/shulianghe/archive/2012/11/16/3724160.html

  • 0
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值