1.26.5 Ubuntu 13.10 No Video
Posted: Sun Jan 05, 2014 1:54 pm
I've installed Ubuntu 13.10 with mini 64 BIT install, Basic Server, Open SSH Server and LAMP.
Used the following to install ZM:
Get the install package from PPA:
wget https://launchpad.net/~iconnor/+archive ... _amd64.deb
Install the package and dependencies:
dpkg -i zoneminder_1.26.5-1_amd64.deb; apt-get install -f;
Make sure ZM installed the database fully:
dpkg-reconfigure zoneminder;
Make Symbolic Link:
ln -s /etc/zm/apache.conf /etc/apache2/sites-enabled/zoneminder.conf
Restart Apache
/etc/init.d/apache2 force-reload
Add User
adduser www-data video
Added my timezone to PHP
nano /etc/php5/apache2/php.ini date.timezone = America/New_York See: http://php.net/manual/en/timezones.php
Added ZM Version to conf
nano /etc/zm/zm.conf ZM_VERSION=1.26.5
I've added cameras. ZM is capturing motion and recording events. NO ERRORS IN LOG! But still no video when I click on an event or camera!
I need to add that I was able to have a fully successful system installing on Ubuntu 13.04 and doing a distribution upgrade to 13.10.
Any suggestions welcome.
Bill
Update: I turned on OPT_USE_AUTH and created a user. Logged in as the user and am getting errors:
getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-713581s.sock ) failed: No such file or directory - checkStreamForErrors()
for component webjs
Used the following to install ZM:
Get the install package from PPA:
wget https://launchpad.net/~iconnor/+archive ... _amd64.deb
Install the package and dependencies:
dpkg -i zoneminder_1.26.5-1_amd64.deb; apt-get install -f;
Make sure ZM installed the database fully:
dpkg-reconfigure zoneminder;
Make Symbolic Link:
ln -s /etc/zm/apache.conf /etc/apache2/sites-enabled/zoneminder.conf
Restart Apache
/etc/init.d/apache2 force-reload
Add User
adduser www-data video
Added my timezone to PHP
nano /etc/php5/apache2/php.ini date.timezone = America/New_York See: http://php.net/manual/en/timezones.php
Added ZM Version to conf
nano /etc/zm/zm.conf ZM_VERSION=1.26.5
I've added cameras. ZM is capturing motion and recording events. NO ERRORS IN LOG! But still no video when I click on an event or camera!
I need to add that I was able to have a fully successful system installing on Ubuntu 13.04 and doing a distribution upgrade to 13.10.
Any suggestions welcome.
Bill
Update: I turned on OPT_USE_AUTH and created a user. Logged in as the user and am getting errors:
getStreamCmdResponse stream error: socket_sendto( /tmp/zm/zms-713581s.sock ) failed: No such file or directory - checkStreamForErrors()
for component webjs